Package org.jgraph.plaf.basic
Class BasicGraphUI.CellEditorHandler
java.lang.Object
org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler
- All Implemented Interfaces:
Serializable,EventListener,CellEditorListener
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.CellEditorHandler
extends Object
implements CellEditorListener, Serializable
Listener responsible for getting cell editing events and updating the
graph accordingly.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMessaged when editing has been canceled in the graph.voidMessaged when editing has stopped in the graph.
-
Constructor Details
-
CellEditorHandler
public CellEditorHandler()
-
-
Method Details
-
editingStopped
Messaged when editing has stopped in the graph.- Specified by:
editingStoppedin interfaceCellEditorListener
-
editingCanceled
Messaged when editing has been canceled in the graph.- Specified by:
editingCanceledin interfaceCellEditorListener
-