net.sf.jasperreports.web.commands
Class CommandStack

java.lang.Object
  extended by net.sf.jasperreports.web.commands.CommandStack

public class CommandStack
extends java.lang.Object

Version:
$Id: CommandStack.java 5230 2012-04-05 16:13:17Z narcism $
Author:
Narcis Marcu (narcism@users.sourceforge.net)

Constructor Summary
CommandStack()
           
 
Method Summary
 void clear()
           
 void execute(Command command)
           
 int getExecutionStackSize()
           
 void redo()
           
 void redoAll()
           
 void undo()
           
 void undoAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandStack

public CommandStack()
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()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com