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

java.lang.Object
  extended by de.tu_berlin.cs.tfs.muvitorkit.gef.directedit.MuvitorTreeDirectEditManager

public class MuvitorTreeDirectEditManager
extends Object

A helper class to perform a direct edit with a TextCellEditor on IDirectEditParts that have a MuvitorTreeDirectEditPolicy installed. Adapted for TreeEditParts from MuvitorDirectEditManager.

See Also:
AdapterTreeEditPart
Rating red

Constructor Summary
MuvitorTreeDirectEditManager(TreeEditPart source)
          Constructs a new DirectEditManager for the given source edit part.
 
Method Summary
 void show()
          Shows the cell editor when direct edit is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuvitorTreeDirectEditManager

public MuvitorTreeDirectEditManager(TreeEditPart source)
Constructs a new DirectEditManager for the given source edit part. A new TextCellEditor will be created and placed using the given CellEditorLocator.

Parameters:
source - The source edit part
Method Detail

show

public void show()
Shows the cell editor when direct edit is started.