JGraph | |
Frames | No Frames |
Classes implementing org.jgraph.event.GraphSelectionListener | |
class | Listens for changes in the selection model and updates the display
accordingly. |
Fields of type org.jgraph.event.GraphSelectionListener | |
GraphSelectionListener | Updates the display when the selection changes. |
Methods with return type org.jgraph.event.GraphSelectionListener | |
GraphSelectionListener | Creates the listener that updates the display based on selection change
methods. |
Classes implementing org.jgraph.event.GraphSelectionListener | |
class | Handles creating a new GraphSelectionEvent with the
JGraph as the source and passing it off to all the
listeners. |
Methods with parameter type org.jgraph.event.GraphSelectionListener | |
void | Adds a listener for GraphSelection events. |
void | Removes a GraphSelection listener. |
Classes implementing org.jgraph.event.GraphSelectionListener | |
class |
Methods with parameter type org.jgraph.event.GraphSelectionListener | |
void | Adds x to the list of listeners that are notified each time the set of
selected TreePaths changes. |
void | Adds x to the list of listeners that are notified each time the
set of selected Objects changes. |
void | Removes x from the list of listeners that are notified each time the set
of selected TreePaths changes. |
void | Removes x from the list of listeners that are notified each time
the set of selected Objects changes. |