Class TextCellLocator
- java.lang.Object
-
- org.eclipse.graphiti.ui.internal.parts.directedit.TextCellLocator
-
- All Implemented Interfaces:
org.eclipse.gef.tools.CellEditorLocator
public class TextCellLocator extends java.lang.Object implements org.eclipse.gef.tools.CellEditorLocator
implementation of a locator for direct edit CellEditors
-
-
Constructor Summary
Constructors Constructor Description TextCellLocator(org.eclipse.draw2d.IFigure figure, IDirectEditingFeature directEditingFeature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.draw2d.IFigure
getFigure()
void
relocate(org.eclipse.jface.viewers.CellEditor celleditor)
-
-
-
Constructor Detail
-
TextCellLocator
public TextCellLocator(org.eclipse.draw2d.IFigure figure, IDirectEditingFeature directEditingFeature)
-
-