|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jupe.editors.classdiagram.parts.NodeCellEditorLocator
public class NodeCellEditorLocator
Constraint for placing a CellEditor. Used by EditParts to perform direct edits.
Constructor Summary | |
---|---|
NodeCellEditorLocator(org.eclipse.draw2d.Figure node)
Constructor of a new NodeCellEditorLocator. |
Method Summary | |
---|---|
void |
relocate(org.eclipse.jface.viewers.CellEditor celleditor)
Relocates the CellEditor inside the given parent figure. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeCellEditorLocator(org.eclipse.draw2d.Figure node)
node
- the parent figure to contain the CellEditor.Method Detail |
---|
public void relocate(org.eclipse.jface.viewers.CellEditor celleditor)
relocate
in interface org.eclipse.gef.tools.CellEditorLocator
celleditor
- the CellEditor to be relocated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |