Uses of Interface
org.gvsig.tools.undo.UndoRedoInfo

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

Uses of UndoRedoInfo in org.gvsig.tools.undo
 

Constructors in org.gvsig.tools.undo with parameters of type UndoRedoInfo
RedoException(UndoRedoInfo undoRedoInfo)
          Creates a new exception of an error while performing a redo operation.
RedoException(UndoRedoInfo undoRedoInfo, Throwable cause)
          Creates a new exception of an error while performing a redo operation.
UndoException(UndoRedoInfo undoRedoInfo)
          Creates a new exception of an error while performing an undo operation.
UndoException(UndoRedoInfo undoRedoInfo, Throwable cause)
          Creates a new exception of an error while performing an undo operation.
 

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

Subinterfaces of UndoRedoInfo in org.gvsig.tools.undo.command
 interface Command
          Undo/Redoable command interface.
 

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

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



Copyright © 2004-2011 gvSIG. All Rights Reserved.