JGraph
v5.12.4.2


Uses of Interface
org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange

Packages that use GraphLayoutCacheEvent.GraphLayoutCacheChange
org.jgraph JGraph's topmost package which contains the JGraph class. 
org.jgraph.event Contains event classes and listener interfaces that are used to react to events fired by JGraph. 
org.jgraph.graph 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.GraphLayoutCacheChange
 Rectangle2D JGraph.getClipRectangle(GraphLayoutCacheEvent.GraphLayoutCacheChange change)
          Calculates the clip
 

Uses of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.event
 

Subinterfaces of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.event
static interface GraphModelEvent.GraphModelChange
          Defines the interface for objects that may be included into a GraphModelEvent to describe a model change.
 

Fields in org.jgraph.event declared as GraphLayoutCacheEvent.GraphLayoutCacheChange
protected  GraphLayoutCacheEvent.GraphLayoutCacheChange GraphLayoutCacheEvent.change
          The object that constitutes the change.
 

Methods in org.jgraph.event that return GraphLayoutCacheEvent.GraphLayoutCacheChange
 GraphLayoutCacheEvent.GraphLayoutCacheChange GraphLayoutCacheEvent.getChange()
          Returns the object that constitutes the change.
 

Constructors in org.jgraph.event with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChange
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.
 

Uses of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.graph
 

Classes in org.jgraph.graph that implement GraphLayoutCacheEvent.GraphLayoutCacheChange
 class DefaultGraphModel.GraphModelEdit
          An implementation of GraphModelChange that can be added to the model event.
 class DefaultGraphModel.GraphModelLayerEdit
          An implementation of GraphViewChange.
 class GraphLayoutCache.GraphLayoutCacheEdit
          An implementation of GraphLayoutCacheChange.
 

Methods in org.jgraph.graph with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChange
protected  void GraphLayoutCache.fireGraphLayoutCacheChanged(Object source, GraphLayoutCacheEvent.GraphLayoutCacheChange edit)
           
 


JGraph
v5.12.4.2


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