Class LabelCellEditorLocator

java.lang.Object
org.csstudio.opibuilder.widgets.editparts.LabelCellEditorLocator
All Implemented Interfaces:
org.eclipse.gef.tools.CellEditorLocator

public class LabelCellEditorLocator extends Object implements org.eclipse.gef.tools.CellEditorLocator
The locator of label cell editor.
  • Constructor Details

    • LabelCellEditorLocator

      public LabelCellEditorLocator(org.eclipse.draw2d.IFigure figure)
  • Method Details

    • relocate

      public void relocate(CellEditor celleditor)
      Specified by:
      relocate in interface org.eclipse.gef.tools.CellEditorLocator
    • getLabel

      protected org.eclipse.draw2d.IFigure getLabel()
      Returns the stickyNote figure.
    • setLabel

      protected void setLabel(org.eclipse.draw2d.IFigure stickyNote)
      Sets the Sticky note figure.
      Parameters:
      stickyNote - The stickyNote to set