NWNDialogEditorInterface
Interface MainWindow.UndoRedo

All Known Implementing Classes:
MainWindow.EditWindow.FieldChangeUndo
Enclosing interface:
MainWindow

public static interface MainWindow.UndoRedo

16 juil. 2003

Author:
Alexandre Brunel This interface Handles the undo/redo operations.

Method Summary
 void redo()
          The operation is restored.
 void undo()
          The operation is canceled.
 

Method Detail

redo

public void redo()
The operation is restored. This method is to be used when the object is part of a redo stack.


undo

public void undo()
The operation is canceled. This method is to be used when the object is part of an undo stack.