Package org.eclipse.epsilon.picto
Class CommandHistory
java.lang.Object
org.eclipse.epsilon.picto.CommandHistory
- Direct Known Subclasses:
ViewTreeSelectionHistory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stack
-
stackPointer
protected int stackPointer -
executing
protected boolean executing
-
-
Constructor Details
-
CommandHistory
public CommandHistory()
-
-
Method Details
-
execute
-
goBack
public void goBack() -
canGoBack
public boolean canGoBack() -
goForward
public void goForward() -
canGoForward
public boolean canGoForward()
-