org.jgraph.plaf.basic

Class BasicGraphUI.GraphSelectionHandler

Enclosing Class:
BasicGraphUI
Implemented Interfaces:
EventListener, GraphSelectionListener, Serializable

public class BasicGraphUI.GraphSelectionHandler
extends java.lang.Object
implements GraphSelectionListener, Serializable

Listens for changes in the selection model and updates the display accordingly.

Method Summary

void
valueChanged(GraphSelectionEvent event)
Messaged when the selection changes in the graph we're displaying for.

Method Details

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.
Specified by:
valueChanged in interface GraphSelectionListener

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