org.jupe.editors.classdiagram.parts
Class NodeDirectEditManager

java.lang.Object
  extended by org.eclipse.gef.tools.DirectEditManager
      extended by org.jupe.editors.classdiagram.parts.NodeDirectEditManager

public class NodeDirectEditManager
extends org.eclipse.gef.tools.DirectEditManager

Manages the direct edit action for the cell editors. Creates a CellEditor and reacts on the commands caused by changes in the CellEditor.

Author:
Steffen Klüpfel
See Also:
DirectEditManager

Constructor Summary
NodeDirectEditManager(org.eclipse.gef.GraphicalEditPart source, org.eclipse.gef.tools.CellEditorLocator locator)
          Constructor for a new NodeDirectEditManager.
 
Method Summary
 
Methods inherited from class org.eclipse.gef.tools.DirectEditManager
setLocator, show, showFeedback
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDirectEditManager

public NodeDirectEditManager(org.eclipse.gef.GraphicalEditPart source,
                             org.eclipse.gef.tools.CellEditorLocator locator)
Constructor for a new NodeDirectEditManager. Simply calls super constructor.

Parameters:
source - the source edit part
locator - the locator to be used