Uses of Interface
org.eclipse.gef.tools.CellEditorLocator
Packages that use CellEditorLocator
- 
Uses of CellEditorLocator in org.eclipse.gef.toolsMethods in org.eclipse.gef.tools that return CellEditorLocatorMethods in org.eclipse.gef.tools with parameters of type CellEditorLocatorModifier and TypeMethodDescriptionvoidDirectEditManager.setLocator(CellEditorLocator locator) Sets the CellEditorLocator used to place the cell editor in the correct location.Constructors in org.eclipse.gef.tools with parameters of type CellEditorLocatorModifierConstructorDescriptionDirectEditManager(GraphicalEditPart source, Class<? extends CellEditor> editorType, CellEditorLocator locator) Constructs a new DirectEditManager for the given source edit part.DirectEditManager(GraphicalEditPart source, Class<? extends CellEditor> editorType, CellEditorLocator locator, Object feature) Constructs a new DirectEditManager for the given source edit part.