Uses of Interface
org.gvsig.tools.undo.command.Command

Packages that use Command
org.gvsig.tools.undo.command   
org.gvsig.tools.undo.command.impl   
 

Uses of Command in org.gvsig.tools.undo.command
 

Methods in org.gvsig.tools.undo.command that return Command
 Command CommandNotification.getCommand()
          Returns the Command over which the action is executed
 Command UndoRedoCommandStack.getNextRedoCommand()
           
 Command UndoRedoCommandStack.getNextUndoCommand()
           
 

Methods in org.gvsig.tools.undo.command with parameters of type Command
 void UndoRedoCommandStack.add(Command command)
           
 

Uses of Command in org.gvsig.tools.undo.command.impl
 

Classes in org.gvsig.tools.undo.command.impl that implement Command
 class AbstractCommand
          Base implementation for Commands.
 class CompoundCommand
           
 

Methods in org.gvsig.tools.undo.command.impl that return Command
 Command DefaultCommandNotification.getCommand()
           
 Command DefaultUndoRedoCommandStack.getNextRedoCommand()
           
 Command DefaultUndoRedoCommandStack.getNextUndoCommand()
           
 

Methods in org.gvsig.tools.undo.command.impl with parameters of type Command
 void CompoundCommand.add(Command c)
           
 void DefaultUndoRedoCommandStack.add(Command command)
           
 

Constructors in org.gvsig.tools.undo.command.impl with parameters of type Command
DefaultCommandNotification(Command command, String type)
           
 



Copyright © 2004-2011 gvSIG. All Rights Reserved.