Uses of Interface
org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange
Packages that use GraphLayoutCacheEvent.GraphLayoutCacheChange
Package
Description
JGraph's topmost package which contains the JGraph class.
Contains event classes and listener interfaces that are used to react to events fired by JGraph.
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package.-
Uses of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph
Methods in org.jgraph with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChangeModifier and TypeMethodDescriptionJGraph.getClipRectangle(GraphLayoutCacheEvent.GraphLayoutCacheChange change) Calculates the clip -
Uses of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.event
Subinterfaces of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.eventModifier and TypeInterfaceDescriptionstatic interfaceDefines the interface for objects that may be included into a GraphModelEvent to describe a model change.Fields in org.jgraph.event declared as GraphLayoutCacheEvent.GraphLayoutCacheChangeModifier and TypeFieldDescriptionGraphLayoutCacheEvent.changeThe object that constitutes the change.Methods in org.jgraph.event that return GraphLayoutCacheEvent.GraphLayoutCacheChangeModifier and TypeMethodDescriptionGraphLayoutCacheEvent.getChange()Returns the object that constitutes the change.Constructors in org.jgraph.event with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChangeModifierConstructorDescriptionGraphLayoutCacheEvent(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. -
Uses of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.graph
Classes in org.jgraph.graph that implement GraphLayoutCacheEvent.GraphLayoutCacheChangeModifier and TypeClassDescriptionclassAn implementation of GraphModelChange that can be added to the model event.classAn implementation of GraphViewChange.classAn implementation of GraphLayoutCacheChange.Methods in org.jgraph.graph with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChangeModifier and TypeMethodDescriptionprotected voidGraphLayoutCache.fireGraphLayoutCacheChanged(Object source, GraphLayoutCacheEvent.GraphLayoutCacheChange edit)