net.clackrouter.jgraph.pad
Class GPGraphUI.CellEditorHandler

java.lang.Object
  extended by net.clackrouter.jgraph.pad.GPGraphUI.CellEditorHandler
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.swing.event.CellEditorListener
Enclosing class:
GPGraphUI

public class GPGraphUI.CellEditorHandler
extends java.lang.Object
implements javax.swing.event.CellEditorListener, java.io.Serializable

Listener responsible for getting cell editing events and updating the graph accordingly.

See Also:
Serialized Form

Constructor Summary
GPGraphUI.CellEditorHandler()
           
 
Method Summary
 void editingCanceled(javax.swing.event.ChangeEvent e)
          Messaged when editing has been canceled in the graph.
 void editingStopped(javax.swing.event.ChangeEvent e)
          Messaged when editing has stopped in the graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPGraphUI.CellEditorHandler

public GPGraphUI.CellEditorHandler()
Method Detail

editingStopped

public void editingStopped(javax.swing.event.ChangeEvent e)
Messaged when editing has stopped in the graph.

Specified by:
editingStopped in interface javax.swing.event.CellEditorListener

editingCanceled

public void editingCanceled(javax.swing.event.ChangeEvent e)
Messaged when editing has been canceled in the graph.

Specified by:
editingCanceled in interface javax.swing.event.CellEditorListener