public class CommandStack
extends java.lang.Object
| Constructor and Description |
|---|
CommandStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
execute(Command command) |
int |
getExecutionStackSize() |
void |
redo() |
void |
redoAll() |
void |
undo() |
void |
undoAll() |
public void execute(Command command) throws CommandException
CommandExceptionpublic void undo()
public void redo()
public void undoAll()
public void redoAll()
public void clear()
public int getExecutionStackSize()
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com