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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.draw2d.IFigure
getLabel()
Returns the stickyNote figure.void
relocate
(CellEditor celleditor) protected void
setLabel
(org.eclipse.draw2d.IFigure stickyNote) Sets the Sticky note figure.
-
Constructor Details
-
LabelCellEditorLocator
public LabelCellEditorLocator(org.eclipse.draw2d.IFigure figure)
-
-
Method Details
-
relocate
- Specified by:
relocate
in interfaceorg.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
-