Package | Description |
---|---|
org.jgraph |
JGraph's topmost package which contains the JGraph class.
|
org.jgraph.event |
Contains event classes and listener interfaces that are used to react to events fired by JGraph.
|
org.jgraph.graph |
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package. |
org.jgraph.plaf.basic |
Contains the BasicGraphUI, which is GraphUI's default implementation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JGraph.fireValueChanged(GraphSelectionEvent e)
Notifies all listeners that have registered interest for notification on
this event type.
|
void |
JGraph.GraphSelectionRedirector.valueChanged(GraphSelectionEvent e)
Invoked by the
GraphSelectionModel when the selection
changes. |
Modifier and Type | Method and Description |
---|---|
void |
GraphSelectionListener.valueChanged(GraphSelectionEvent e)
Called whenever the value of the selection changes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultGraphSelectionModel.fireValueChanged(GraphSelectionEvent e)
Notifies all listeners that are registered for tree selection events on
this object.
|
void |
DefaultGraphCellEditor.valueChanged(GraphSelectionEvent e)
Resets lastPath.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicGraphUI.GraphSelectionHandler.valueChanged(GraphSelectionEvent event)
Messaged when the selection changes in the graph we're displaying
for.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.