Class CommandHistory

java.lang.Object
org.eclipse.epsilon.picto.CommandHistory
Direct Known Subclasses:
ViewTreeSelectionHistory

public class CommandHistory extends Object
  • Field Details

    • stack

      protected List<Command> stack
    • stackPointer

      protected int stackPointer
    • executing

      protected boolean executing
  • Constructor Details

    • CommandHistory

      public CommandHistory()
  • Method Details

    • execute

      public void execute(Command command)
    • goBack

      public void goBack()
    • canGoBack

      public boolean canGoBack()
    • goForward

      public void goForward()
    • canGoForward

      public boolean canGoForward()