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 - the
jgraph.graph package. |
Modifier and Type | Field and Description |
---|---|
protected GraphModelEvent.GraphModelChange |
GraphModelEvent.change
The object that constitutes the change.
|
Modifier and Type | Method and Description |
---|---|
GraphModelEvent.GraphModelChange |
GraphModelEvent.getChange()
Returns the object that constitutes the change.
|
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphModel.GraphModelEdit
An implementation of GraphModelChange that can be added to the model
event.
|
class |
DefaultGraphModel.GraphModelLayerEdit
An implementation of GraphViewChange.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultGraphModel.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.
|
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) |
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.