Package org.eclipse.gef.tools
Interface CellEditorLocator
-
public interface CellEditorLocatorConstraint for placingCellEditors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrelocate(CellEditor celleditor)Relocates a CellEditor.
-
-
-
Method Detail
-
relocate
void relocate(CellEditor celleditor)
Relocates a CellEditor.- Parameters:
celleditor- the CellEditor
-
-