Class CommandStack
- java.lang.Object
-
- net.sf.jasperreports.interactivity.commands.CommandStack
-
- All Implemented Interfaces:
Serializable
public class CommandStack extends Object implements Serializable
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandStack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
void
execute(Command command)
int
getExecutionStackSize()
void
redo()
void
redoAll()
void
undo()
void
undoAll()
-
-
-
Method Detail
-
execute
public void execute(Command command) throws CommandException
- Throws:
CommandException
-
undo
public void undo()
-
redo
public void redo()
-
undoAll
public void undoAll()
-
redoAll
public void redoAll()
-
clear
public void clear()
-
getExecutionStackSize
public int getExecutionStackSize()
-
-