org.jgraph.plaf.basic

Class BasicGraphUI.GraphSelectionHandler

public class BasicGraphUI.GraphSelectionHandler extends Object implements GraphSelectionListener, Serializable

Listens for changes in the selection model and updates the display accordingly.
Method Summary
voidvalueChanged(GraphSelectionEvent event)
Messaged when the selection changes in the graph we're displaying for.

Method Detail

valueChanged

public void valueChanged(GraphSelectionEvent event)
Messaged when the selection changes in the graph we're displaying for. Stops editing, updates handles and displays the changed cells.
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.