|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphModelEvent.GraphModelChange | |
---|---|
org.jgraph.event | |
org.jgraph.graph |
Uses of GraphModelEvent.GraphModelChange in org.jgraph.event |
---|
Fields in org.jgraph.event declared as GraphModelEvent.GraphModelChange | |
---|---|
protected GraphModelEvent.GraphModelChange |
GraphModelEvent.change
The object that consistutes the change. |
Methods in org.jgraph.event that return GraphModelEvent.GraphModelChange | |
---|---|
GraphModelEvent.GraphModelChange |
GraphModelEvent.getChange()
Returns the object that constitues the change. |
Constructors in org.jgraph.event with parameters of type GraphModelEvent.GraphModelChange | |
---|---|
GraphModelEvent(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 | |
---|---|
class |
DefaultGraphModel.GraphModelEdit
An implementation of GraphModelChange that can be added to the model event. |
class |
DefaultGraphModel.GraphModelLayerEdit
An implementation of GraphViewChange. |
Methods in org.jgraph.graph with parameters of type GraphModelEvent.GraphModelChange | |
---|---|
protected void |
DefaultGraphModel.fireGraphChanged(Object source,
GraphModelEvent.GraphModelChange edit)
|
void |
GraphLayoutCache.graphChanged(GraphModelEvent.GraphModelChange change)
Called from BasicGraphUI.ModelHandler to update the view based on the specified GraphModelEvent. |
protected void |
GraphLayoutCache.hideCellsForChange(GraphModelEvent.GraphModelChange change)
|
protected void |
GraphLayoutCache.showCellsForChange(GraphModelEvent.GraphModelChange change)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |