|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object extended byptolemy.kernel.util.ChangeRequest extended byptolemy.kernel.undo.RedoChangeRequest
A change request to redo. When executed, this change request will identify the undo stack associated with the specified context, and it will execute the top redo action on that stack, if there is one.
| Constructor Summary | |
RedoChangeRequest(java.lang.Object originator,
NamedObj context)
Construct a change request to be executed in the specified context. |
|
| Method Summary | |
protected void |
_execute()
Execute the change by invoking redo on the undo stack of the context specified in the constructor. |
| Methods inherited from class ptolemy.kernel.util.ChangeRequest |
addChangeListener, execute, getDescription, getLocality, getSource, isErrorReported, isPersistent, removeChangeListener, setDescription, setErrorReported, setListeners, setPersistent, waitForCompletion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RedoChangeRequest(java.lang.Object originator, NamedObj context)
originator - The originator of the change request.context - The context in which to execute the MoML.UndoStackAttribute| Method Detail |
protected void _execute() throws java.lang.Exception
_execute in class ChangeRequestjava.lang.Exception - If an exception is thrown
while evaluating the request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||