org.jgraph.plaf.basic

Class BasicGraphUI.CellEditorHandler

public class BasicGraphUI.CellEditorHandler extends Object implements CellEditorListener, Serializable

Listener responsible for getting cell editing events and updating the graph accordingly.
Method Summary
voideditingCanceled(ChangeEvent e)
Messaged when editing has been canceled in the graph.
voideditingStopped(ChangeEvent e)
Messaged when editing has stopped in the graph.

Method Detail

editingCanceled

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

editingStopped

public void editingStopped(ChangeEvent e)
Messaged when editing has stopped in the graph.
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.