Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
Modifier and Type | Method and Description |
---|---|
default <T> ICompoundEdit |
IGraph.beginEdit(String undoName,
String redoName,
Iterable<T> items,
IMementoSupportProvider<T> provider)
Starts an
ICompoundEdit that uses the memento design pattern to
record changes to the items in the given items collection. |