Uses of Interface
org.jgrapht.event.VertexSetListener
Packages that use VertexSetListener
Package
Description
The front-end API's interfaces and classes, including
Graph
.Algorithms dealing with various connectivity aspects of a graph.
Utilities used by JGraphT algorithms.
Event classes and listener interfaces, used to provide a change notification mechanism on graph
modification events.
Extensions and integration means to other products.
Implementations of various graphs.
-
Uses of VertexSetListener in org.jgrapht
Methods in org.jgrapht with parameters of type VertexSetListenerModifier and TypeMethodDescriptionvoid
ListenableGraph.addVertexSetListener
(VertexSetListener<V> l) Adds the specified vertex set listener to this graph, if not already present.void
ListenableGraph.removeVertexSetListener
(VertexSetListener<V> l) Removes the specified vertex set listener from this graph, if present. -
Uses of VertexSetListener in org.jgrapht.alg.connectivity
Classes in org.jgrapht.alg.connectivity that implement VertexSetListenerModifier and TypeClassDescriptionclass
Allows obtaining various connectivity aspects of a graph. -
Uses of VertexSetListener in org.jgrapht.alg.util
Classes in org.jgrapht.alg.util that implement VertexSetListenerModifier and TypeClassDescriptionclass
NeighborCache<V,
E> Maintains a cache of each vertex's neighbors. -
Uses of VertexSetListener in org.jgrapht.event
Subinterfaces of VertexSetListener in org.jgrapht.eventModifier and TypeInterfaceDescriptioninterface
GraphListener<V,
E> A listener that is notified when the graph changes. -
Uses of VertexSetListener in org.jgrapht.ext
Classes in org.jgrapht.ext that implement VertexSetListenerModifier and TypeClassDescriptionclass
JGraphXAdapter<V,
E> Adapter to draw a JGraphT graph with the JGraphX drawing library. -
Uses of VertexSetListener in org.jgrapht.graph
Methods in org.jgrapht.graph with parameters of type VertexSetListenerModifier and TypeMethodDescriptionvoid
DefaultListenableGraph.addVertexSetListener
(VertexSetListener<V> l) void
DefaultListenableGraph.removeVertexSetListener
(VertexSetListener<V> l)