JGraph
v5.12.2.1


org.jgraph.plaf.basic
Class BasicGraphUI.CellEditorHandler

java.lang.Object
  extended byorg.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler
All Implemented Interfaces:
CellEditorListener, EventListener, Serializable
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:
Serialized Form

Constructor Summary
BasicGraphUI.CellEditorHandler()
           
 
Method Summary
 void editingCanceled(ChangeEvent e)
          Messaged when editing has been canceled in the graph.
 void editingStopped(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

BasicGraphUI.CellEditorHandler

public BasicGraphUI.CellEditorHandler()
Method Detail

editingStopped

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

Specified by:
editingStopped in interface CellEditorListener

editingCanceled

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

Specified by:
editingCanceled in interface CellEditorListener

JGraph
v5.12.2.1


Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.