Uses of Package
jimm.datavision.gui.cmd

Packages that use jimm.datavision.gui.cmd
jimm.datavision.gui Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports. 
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
 

Classes in jimm.datavision.gui.cmd used by jimm.datavision.gui
Command
          A Command knows how to perform an action, undo it, and redo it.
CommandHistory
          A command history holds comands and manages undo and redo behavior.
CompoundCommand
          A compound command holds a list of commands and allows their use as one single command.
SectionResizeCommand
          Mainly used by other commands to remember a section's old size and restore it on an undo.
TypingCommand
          Moves a single field.
 

Classes in jimm.datavision.gui.cmd used by jimm.datavision.gui.cmd
AbstractAggregateCommand
          A command for adding a aggregate to a field for a particular section.
Command
          A Command knows how to perform an action, undo it, and redo it.
CommandAdapter
          An abstract adapter class for performing a command.
DeleteCommand
          Deletes a list of field widgets.
FPDeleteCommand
          Deletes something from the field picker tree.
InsertFieldCommand
          Abstract superclass for inserting new fields.
Pasteable
          Pasteable objects are what get put on the clipboard.
SectionResizeCommand
          Mainly used by other commands to remember a section's old size and restore it on an undo.