Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.utils |
Contains classes and interfaces which support the yFiles collection and event handling framework,
and other utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICompoundEdit
This interface is a means to bracket several
IUndoUnit s, that is a collection of units that are treated as one (e.g. they are always undone or redone as
a single unit). |
interface |
IUndoUnit
Represents a unit of work that can be undone and redone.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphWrapper
An abstract
IGraph implementation that delegates all of its work to an existing implementation. |
class |
AbstractUndoUnit
An abstract convenience implementation of
IUndoUnit . |
class |
CompositeUndoUnit
A group of
IUndoUnit s that are undone/redone as a single unit. |
class |
ConsumerUndoUnit<T>
A convenience implementation of the
IUndoUnit interface that uses simple delegates for the actual undo and redo
operations. |
class |
FilteredGraphWrapper
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEnumerator<T>
An enumerator over a collection.
|