|
JGraph
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphLayoutCacheListener | |
---|---|
com.jgraph.navigation | |
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 com.jgraph.navigation |
---|
Classes in com.jgraph.navigation that implement GraphLayoutCacheListener | |
---|---|
class |
GraphNavigator
|
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
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |