JGraph
v5.10.1.5


Uses of Interface
org.jgraph.event.GraphLayoutCacheListener

Packages that use GraphLayoutCacheListener
org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.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
 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
 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
 class BasicGraphUI.GraphLayoutCacheHandler
          Listens for changes in the graph view and updates the size accordingly.
 

Fields in org.jgraph.plaf.basic declared as GraphLayoutCacheListener
protected  GraphLayoutCacheListener BasicGraphUI.graphLayoutCacheListener
          Updates the display when the view has changed.
 

Methods in org.jgraph.plaf.basic that return GraphLayoutCacheListener
protected  GraphLayoutCacheListener BasicGraphUI.createGraphLayoutCacheListener()
          Returns a listener that can update the graph when the view changes.
 


JGraph
v5.10.1.5


Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.