JGraph | |
Frames | No Frames |
Classes implementing org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange | |
class | An implementation of GraphModelChange that can be added to the model
event. |
class | An implementation of GraphViewChange. |
class | An implementation of GraphViewChange. |
Methods with parameter type org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange | |
void | GraphLayoutCache.fireGraphLayoutCacheChanged(Object source, GraphLayoutCacheEvent.GraphLayoutCacheChange edit) |
Constructors with parameter type org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange | |
GraphLayoutCacheEvent.GraphLayoutCacheEvent(Object source, GraphLayoutCacheEvent.GraphLayoutCacheChange change) Used to create an event when cells have been changed, inserted, or
removed, identifying the change as a GraphLayoutCacheChange object. |
Fields of type org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange | |
GraphLayoutCacheEvent.GraphLayoutCacheChange | The object that constitutes the change. |
Methods with return type org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange | |
GraphLayoutCacheEvent.GraphLayoutCacheChange | Returns the object that constitutes the change. |