Uses of Interface
org.jgraph.event.GraphModelEvent.GraphModelChange
-
Packages that use GraphModelEvent.GraphModelChange Package Description 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 - thejgraph.graphpackage. -
-
Uses of GraphModelEvent.GraphModelChange in org.jgraph.event
Fields in org.jgraph.event declared as GraphModelEvent.GraphModelChange Modifier and Type Field Description protected GraphModelEvent.GraphModelChangeGraphModelEvent. changeThe object that constitutes the change.Methods in org.jgraph.event that return GraphModelEvent.GraphModelChange Modifier and Type Method Description GraphModelEvent.GraphModelChangeGraphModelEvent. getChange()Returns the object that constitutes the change.Constructors in org.jgraph.event with parameters of type GraphModelEvent.GraphModelChange Constructor Description GraphModelEvent(java.lang.Object source, GraphModelEvent.GraphModelChange change)Used to create an event when cells have been changed, inserted, or removed, identifying the change as a ModelChange object. -
Uses of GraphModelEvent.GraphModelChange in org.jgraph.graph
Classes in org.jgraph.graph that implement GraphModelEvent.GraphModelChange Modifier and Type Class Description classDefaultGraphModel.GraphModelEditAn implementation of GraphModelChange that can be added to the model event.classDefaultGraphModel.GraphModelLayerEditAn implementation of GraphViewChange.Methods in org.jgraph.graph with parameters of type GraphModelEvent.GraphModelChange Modifier and Type Method Description protected voidDefaultGraphModel. fireGraphChanged(java.lang.Object source, GraphModelEvent.GraphModelChange edit)protected java.lang.Object[]GraphLayoutCache. getContext(GraphModelEvent.GraphModelChange change)Hook for subclassers to augment the context for a graphChange.voidGraphLayoutCache. graphChanged(GraphModelEvent.GraphModelChange change)Called from BasicGraphUI.ModelHandler to update the view based on the specified GraphModelEvent.protected voidGraphLayoutCache. hideCellsForChange(GraphModelEvent.GraphModelChange change)protected voidGraphLayoutCache. showCellsForChange(GraphModelEvent.GraphModelChange change)
-