JGraph | |
Frames | No Frames |
Classes implementing org.jgraph.event.GraphLayoutCacheListener | |
class | Listens for changes in the graph view and updates the size accordingly. |
Fields of type org.jgraph.event.GraphLayoutCacheListener | |
GraphLayoutCacheListener | Updates the display when the view has changed. |
Methods with return type org.jgraph.event.GraphLayoutCacheListener | |
GraphLayoutCacheListener | Returns a listener that can update the graph when the view changes. |
Methods with parameter type org.jgraph.event.GraphLayoutCacheListener | |
void | Adds a listener for the GraphLayoutCacheEvent posted after the graph
layout cache changes. |
void | Removes a listener previously added with addGraphLayoutCacheListener()
. |
Methods with return type org.jgraph.event.GraphLayoutCacheListener | |
GraphLayoutCacheListener[] | Return an array of all GraphLayoutCacheListener that were added to this
model. |