Uses of Interface
org.jgraph.event.GraphSelectionListener
Packages that use GraphSelectionListener
Package
Description
JGraph's topmost package which contains the JGraph class.
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package.Contains the BasicGraphUI, which is GraphUI's default implementation.
-
Uses of GraphSelectionListener in org.jgraph
Classes in org.jgraph that implement GraphSelectionListenerModifier and TypeClassDescriptionprotected classHandles creating a newGraphSelectionEventwith theJGraphas the source and passing it off to all the listeners.Methods in org.jgraph with parameters of type GraphSelectionListenerModifier and TypeMethodDescriptionvoidJGraph.addGraphSelectionListener(GraphSelectionListener tsl) Adds a listener forGraphSelectionevents.voidJGraph.removeGraphSelectionListener(GraphSelectionListener tsl) Removes aGraphSelectionlistener. -
Uses of GraphSelectionListener in org.jgraph.graph
Classes in org.jgraph.graph that implement GraphSelectionListenerMethods in org.jgraph.graph with parameters of type GraphSelectionListenerModifier and TypeMethodDescriptionvoidDefaultGraphSelectionModel.addGraphSelectionListener(GraphSelectionListener x) Adds x to the list of listeners that are notified each time the set of selected TreePaths changes.voidGraphSelectionModel.addGraphSelectionListener(GraphSelectionListener x) Adds x to the list of listeners that are notified each time the set of selected Objects changes.voidDefaultGraphSelectionModel.removeGraphSelectionListener(GraphSelectionListener x) Removes x from the list of listeners that are notified each time the set of selected TreePaths changes.voidGraphSelectionModel.removeGraphSelectionListener(GraphSelectionListener x) Removes x from the list of listeners that are notified each time the set of selected Objects changes. -
Uses of GraphSelectionListener in org.jgraph.plaf.basic
Classes in org.jgraph.plaf.basic that implement GraphSelectionListenerModifier and TypeClassDescriptionclassListens for changes in the selection model and updates the display accordingly.Fields in org.jgraph.plaf.basic declared as GraphSelectionListenerModifier and TypeFieldDescriptionprotected GraphSelectionListenerBasicGraphUI.graphSelectionListenerUpdates the display when the selection changes.Methods in org.jgraph.plaf.basic that return GraphSelectionListenerModifier and TypeMethodDescriptionprotected GraphSelectionListenerBasicGraphUI.createGraphSelectionListener()Creates the listener that updates the display based on selection change methods.