Uses of Interface
org.jgraph.event.GraphLayoutCacheListener
-
Packages that use GraphLayoutCacheListener Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graph
package.org.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. -
-
Uses of GraphLayoutCacheListener in org.jgraph.graph
Methods in org.jgraph.graph that return GraphLayoutCacheListener Modifier and Type Method Description GraphLayoutCacheListener[]
GraphLayoutCache. getGraphLayoutCacheListeners()
Return an array of all GraphLayoutCacheListener that were added to this model.Methods in org.jgraph.graph with parameters of type GraphLayoutCacheListener Modifier and Type Method Description void
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 GraphLayoutCacheListener Modifier and Type Class Description class
BasicGraphUI.GraphLayoutCacheHandler
Listens for changes in the graph view and updates the size accordingly.Fields in org.jgraph.plaf.basic declared as GraphLayoutCacheListener Modifier and Type Field Description protected GraphLayoutCacheListener
BasicGraphUI. graphLayoutCacheListener
Updates the display when the view has changed.Methods in org.jgraph.plaf.basic that return GraphLayoutCacheListener Modifier and Type Method Description protected GraphLayoutCacheListener
BasicGraphUI. createGraphLayoutCacheListener()
Returns a listener that can update the graph when the view changes.
-