net.sf.jasperreports.web.commands
Class CommandStack
java.lang.Object
net.sf.jasperreports.web.commands.CommandStack
public class CommandStack
- extends Object
- Version:
- $Id: CommandStack.java 5230 2012-04-05 16:13:17Z narcism $
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandStack
public CommandStack()
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()
Copyright © 2012. All Rights Reserved.