Interface HistoryBrowser.CommandController

All Known Implementing Classes:
HistoryBrowser.DocumentCommandController
Enclosing class:
HistoryBrowser

public static interface HistoryBrowser.CommandController
Wrapps the command's execute, undo and redo methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Wrapps the execute method.
    int
    Gets the state of the command controller.
    void
    Wrapps the redo method.
    void
    Wrapps the undo method.
  • Method Details

    • execute

      void execute(UndoableCommand command)
      Wrapps the execute method.
    • undo

      void undo(UndoableCommand command)
      Wrapps the undo method.
    • redo

      void redo(UndoableCommand command)
      Wrapps the redo method.
    • getState

      int getState()
      Gets the state of the command controller.
      Returns:
      HistoryBrowserState