Package org.jgraph.plaf.basic
Class BasicGraphUI.CellEditorHandler
- java.lang.Object
-
- org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler
-
- All Implemented Interfaces:
java.io.Serializable,java.util.EventListener,javax.swing.event.CellEditorListener
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.CellEditorHandler extends java.lang.Object implements javax.swing.event.CellEditorListener, java.io.SerializableListener responsible for getting cell editing events and updating the graph accordingly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CellEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideditingCanceled(javax.swing.event.ChangeEvent e)Messaged when editing has been canceled in the graph.voideditingStopped(javax.swing.event.ChangeEvent e)Messaged when editing has stopped in the graph.
-
-
-
Method Detail
-
editingStopped
public void editingStopped(javax.swing.event.ChangeEvent e)
Messaged when editing has stopped in the graph.- Specified by:
editingStoppedin interfacejavax.swing.event.CellEditorListener
-
editingCanceled
public void editingCanceled(javax.swing.event.ChangeEvent e)
Messaged when editing has been canceled in the graph.- Specified by:
editingCanceledin interfacejavax.swing.event.CellEditorListener
-
-