JGraph | |
Frames | No Frames |
Constructors with parameter type org.jgraph.event.GraphModelEvent.GraphModelChange | |
Used to create an event when cells have been changed, inserted, or
removed, identifying the change as a ModelChange object. |
Fields of type org.jgraph.event.GraphModelEvent.GraphModelChange | |
GraphModelEvent.GraphModelChange | The object that constitutes the change. |
Methods with return type org.jgraph.event.GraphModelEvent.GraphModelChange | |
GraphModelEvent.GraphModelChange | Returns the object that constitutes the change. |
Classes implementing org.jgraph.event.GraphModelEvent.GraphModelChange | |
class | An implementation of GraphModelChange that can be added to the model
event. |
class | An implementation of GraphViewChange. |
Methods with parameter type org.jgraph.event.GraphModelEvent.GraphModelChange | |
void | |
Object[] | Hook for subclassers to augment the context for a graphChange. |
void | Called from BasicGraphUI.ModelHandler to update the view based on the
specified GraphModelEvent. |
void | |
void |