Package | Description |
---|---|
ptolemy.kernel.undo |
Undo/Redo management.
|
ptolemy.kernel.undo.test |
The ptolemy.kernel.undo.test package.
|
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.vergil.basic.layout.kieler |
Classes used to layout entities and relations in Vergil that use the
KIELER layout algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
UndoActionsList
This class contains a sequential list of UndoAction instances that
can be executed in order.
|
Modifier and Type | Method and Description |
---|---|
void |
UndoActionsList.add(UndoAction action)
Append a new entry to the list.
|
void |
UndoStackAttribute.push(UndoAction action)
Push an action to the undo stack, or if we are executing an undo,
onto the redo stack.
|
Constructor and Description |
---|
UndoActionsList(UndoAction firstAction)
Create an undo action with the specified action
to be executed first.
|
Modifier and Type | Class and Description |
---|---|
class |
UndoActionTest
Test of UndoActin, an interface represents an undo or redo action that is
maintained on an undo/redo stack, such as that maintained by
UndoStackAttribute.
|
Modifier and Type | Class and Description |
---|---|
class |
MoMLUndoEntry
This is an undo action on the undo/redo stack.
|
Modifier and Type | Class and Description |
---|---|
class |
UndoLayoutAction
An undo action that is able to revert the changes made by automatic layout, or to
repeat them in the case of redo.
|