de.tu_berlin.cs.tfs.muvitorkit.gef.directedit
Class MuvitorTreeDirectEditManager
java.lang.Object
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
IDirectEditPart
s that have a MuvitorTreeDirectEditPolicy
installed. Adapted for TreeEditPart
s from
MuvitorDirectEditManager
.
- See Also:
AdapterTreeEditPart
- Rating

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 |
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
show
public void show()
- Shows the cell editor when direct edit is started.