Uses of Interface
org.eclipse.gef.tools.CellEditorLocator
Packages that use CellEditorLocator
-
Uses of CellEditorLocator in org.eclipse.gef.tools
Methods in org.eclipse.gef.tools that return CellEditorLocatorMethods in org.eclipse.gef.tools with parameters of type CellEditorLocatorModifier and TypeMethodDescriptionvoid
DirectEditManager.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 editorType, CellEditorLocator locator) Constructs a new DirectEditManager for the given source edit part.DirectEditManager
(GraphicalEditPart source, Class editorType, CellEditorLocator locator, Object feature) Constructs a new DirectEditManager for the given source edit part.