public class CommandStack extends Object implements Serializable
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
CommandException
public void undo()
public void redo()
public void undoAll()
public void redoAll()
public void clear()
public int getExecutionStackSize()
Copyright © 2019 TIBCO Software Inc.. All rights reserved.