Uses of Interface
NWNDialogEditorInterface.MainWindow.UndoRedo

Packages that use MainWindow.UndoRedo
NWNDialogEditorInterface   
 

Uses of MainWindow.UndoRedo in NWNDialogEditorInterface
 

Classes in NWNDialogEditorInterface that implement MainWindow.UndoRedo
protected  class MainWindow.EditWindow.FieldChangeUndo
          16 juil. 2003
 

Methods in NWNDialogEditorInterface with parameters of type MainWindow.UndoRedo
protected  void MainWindow.EditWindow.modifyRedo(MainWindow.UndoRedo operation)
          Adds an operation to the redo stack.
protected  void MainWindow.EditWindow.modifyUndo(MainWindow.UndoRedo operation)
          Adds an operation to the undo stack.