Inheritance diagram for org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange:
Public Member Functions | |
Object | getSource () |
Object[] | getChanged () |
Object[] | getInserted () |
Object[] | getRemoved () |
Map | getAttributes () |
Map | getPreviousAttributes () |
Object[] | getContext () |
|
Returns a map that contains (object, map) pairs which holds the new attributes for each changed cell. Note: This returns a map of (cell, map) pairs for an insert on a model that is not an attribute store. Use getPreviousAttributes to access the attributes that have been stored in the model. |
|
Returns the cells that have changed.
|
|
Returns the objects that have not changed explicitly, but implicitly because one of their dependent cells has changed. This is typically used to return the edges that are attached to vertices, which in turn have been resized or moved.
|
|
Returns the cells that have been inserted.
|
|
Returns a map that contains (object, map) pairs which holds the previous attributes for the changed cells.
|
|
Returns the cells that have been removed.
|
|
Returns the source of this change. This can either be a view or a model, if this change is a GraphModelChange. Note: This is not necessarily the same as the source of the manas.event and is used separately in the graphundomanager.
|