|
Constructs an edit record.
|
|
|
|
Execute this edit such that the next invocation to this method will invert the last execution. |
|
|
|
Returns a map of (object, view attributes). The objects are model objects which need to be mapped to views. |
|
Returns the cells that have changed. This includes the cells that have been changed through a call to getAttributes and the edges that have been changed with the ConnectionSet. |
|
Returns the connectionSet.
|
|
Returns the objects that have not changed explicitly, but implicitly because one of their dependent cells has changed. |
|
Returns the cells that were inserted. |
|
Returns the parentMap.
|
|
Returns a map that contains (object, map) pairs of the attributes that have been stored in the model. |
|
|
|
|
|
Returns the cells that were inserted. |
|
Returns the source of this change. This can either be a view or a model, if this change is a GraphModelChange. |
|
|
|
Adds the groups that become empty to the cells that will be removed. (Auto remove empty cells.) Removed cells will be re-inserted on undo, and the parent- child relations will be restored. |
|
|
|
|
|
Redoes a change.
|
|
|
|
Undoes a change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|