Uses of Class
org.jgraph.event.GraphSelectionEvent
-
Packages that use GraphSelectionEvent 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 - thejgraph.graphpackage.org.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. -
-
Uses of GraphSelectionEvent in org.jgraph
Methods in org.jgraph with parameters of type GraphSelectionEvent Modifier and Type Method Description protected voidJGraph. fireValueChanged(GraphSelectionEvent e)Notifies all listeners that have registered interest for notification on this event type.voidJGraph.GraphSelectionRedirector. valueChanged(GraphSelectionEvent e)Invoked by theGraphSelectionModelwhen the selection changes. -
Uses of GraphSelectionEvent in org.jgraph.event
Methods in org.jgraph.event with parameters of type GraphSelectionEvent Modifier and Type Method Description voidGraphSelectionListener. valueChanged(GraphSelectionEvent e)Called whenever the value of the selection changes. -
Uses of GraphSelectionEvent in org.jgraph.graph
Methods in org.jgraph.graph with parameters of type GraphSelectionEvent Modifier and Type Method Description protected voidDefaultGraphSelectionModel. fireValueChanged(GraphSelectionEvent e)Notifies all listeners that are registered for tree selection events on this object.voidDefaultGraphCellEditor. valueChanged(GraphSelectionEvent e)Resets lastPath. -
Uses of GraphSelectionEvent in org.jgraph.plaf.basic
Methods in org.jgraph.plaf.basic with parameters of type GraphSelectionEvent Modifier and Type Method Description voidBasicGraphUI.GraphSelectionHandler. valueChanged(GraphSelectionEvent event)Messaged when the selection changes in the graph we're displaying for.
-