Uses of Interface
org.jgraph.event.GraphLayoutCacheListener
Packages that use GraphLayoutCacheListener
Package
Description
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 GraphLayoutCacheListener in org.jgraph.graph
Methods in org.jgraph.graph that return GraphLayoutCacheListenerModifier and TypeMethodDescriptionGraphLayoutCache.getGraphLayoutCacheListeners()
Return an array of all GraphLayoutCacheListener that were added to this model.Methods in org.jgraph.graph with parameters of type GraphLayoutCacheListenerModifier and TypeMethodDescriptionvoid
GraphLayoutCache.addGraphLayoutCacheListener
(GraphLayoutCacheListener l) Adds a listener for the GraphLayoutCacheEvent posted after the graph layout cache changes.void
GraphLayoutCache.removeGraphLayoutCacheListener
(GraphLayoutCacheListener l) Removes a listener previously added with addGraphLayoutCacheListener() . -
Uses of GraphLayoutCacheListener in org.jgraph.plaf.basic
Classes in org.jgraph.plaf.basic that implement GraphLayoutCacheListenerModifier and TypeClassDescriptionclass
Listens for changes in the graph view and updates the size accordingly.Fields in org.jgraph.plaf.basic declared as GraphLayoutCacheListenerModifier and TypeFieldDescriptionprotected GraphLayoutCacheListener
BasicGraphUI.graphLayoutCacheListener
Updates the display when the view has changed.Methods in org.jgraph.plaf.basic that return GraphLayoutCacheListenerModifier and TypeMethodDescriptionprotected GraphLayoutCacheListener
BasicGraphUI.createGraphLayoutCacheListener()
Returns a listener that can update the graph when the view changes.