Uses of Interface
org.jgraph.event.GraphModelEvent.GraphViewChange

Packages that use GraphModelEvent.GraphViewChange
org.jgraph.event   
org.jgraph.graph   
 

Uses of GraphModelEvent.GraphViewChange in org.jgraph.event
 

Subinterfaces of GraphModelEvent.GraphViewChange 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.
 

Uses of GraphModelEvent.GraphViewChange in org.jgraph.graph
 

Classes in org.jgraph.graph that implement GraphModelEvent.GraphViewChange
 class DefaultGraphModel.GraphModelEdit
          An implementation of GraphModelChange that can be added to the model event.
 class DefaultGraphModel.GraphModelLayerEdit
          An implementation of GraphViewChange.
 class GraphLayoutCache.GraphViewEdit
          An implementation of GraphViewChange.
static class GraphLayoutCache.GraphViewLayerEdit
          An implementation of GraphViewChange.