public interface mxICellEditor
Modifier and Type | Method and Description |
---|---|
Object |
getEditingCell()
Returns the cell that is currently being edited.
|
void |
startEditing(Object cell,
EventObject trigger)
Starts editing the given cell.
|
void |
stopEditing(boolean cancel)
Stops the current editing.
|
Object getEditingCell()
void startEditing(Object cell, EventObject trigger)
void stopEditing(boolean cancel)
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.