public class CommandStack extends Object
| Constructor and Description |
|---|
CommandStack() |
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()
Copyright © 2016. All rights reserved.