org.jgraph.plaf.basic

Class BasicGraphUI.CellEditorHandler

Enclosing Class:
BasicGraphUI
Implemented Interfaces:
CellEditorListener, Serializable

public class BasicGraphUI.CellEditorHandler
extends java.lang.Object
implements CellEditorListener, Serializable

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

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.

Method Details

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-2008 Gaudenz Alder. All rights reserved.