de.tu_berlin.cs.tfs.muvitorkit.gef.directedit
Class MuvitorDirectEditManager

java.lang.Object
  extended by org.eclipse.gef.tools.DirectEditManager
      extended by de.tu_berlin.cs.tfs.muvitorkit.gef.directedit.MuvitorDirectEditManager

public class MuvitorDirectEditManager
extends DirectEditManager

The DirectEditManager for IDirectEditPart.IGraphicalDirectEditParts that have a MuvitorDirectEditPolicy installed. Creates an TextCellEditor for changing the name of a named element in place.

See Also:
AdapterConnectionEditPart, AdapterGraphicalEditPart
Rating red

Constructor Summary
MuvitorDirectEditManager(GraphicalEditPart source)
           
 
Method Summary
protected  void bringDown()
           
protected  CellEditor createCellEditorOn(Composite composite)
           
protected  void initCellEditor()
           
 
Methods inherited from class org.eclipse.gef.tools.DirectEditManager
commit, createDirectEditRequest, eraseFeedback, getCellEditor, getDirectEditFeature, getDirectEditRequest, getEditPart, getLocator, handleValueChanged, hookListeners, isDirty, setCellEditor, setDirty, setEditPart, setLocator, show, showFeedback, unhookListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuvitorDirectEditManager

public MuvitorDirectEditManager(GraphicalEditPart source)
Method Detail

bringDown

protected void bringDown()
Overrides:
bringDown in class DirectEditManager

createCellEditorOn

protected CellEditor createCellEditorOn(Composite composite)
Overrides:
createCellEditorOn in class DirectEditManager

initCellEditor

protected void initCellEditor()
Specified by:
initCellEditor in class DirectEditManager