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