TODO Description
Responsibilities:
Example Use:
NodeCellEditorLocator x = new NodeCellEditorLocator( ... ); TODO code example
3536373839404142434445
public void perform() { value = null; disposed = false; BoxFigure nodeFigure = (BoxFigure) owner.getFigure(); LabelDirectEditManager manager = new LabelDirectEditManager(owner, TextCellEditor.class, new LabelCellEditorLocator(nodeFigure), nodeFigure){ private boolean committing; @Override protected void initCellEditor() {