Uses of Class
jimm.datavision.gui.cmd.CommandAdapter

Packages that use CommandAdapter
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
 

Uses of CommandAdapter in jimm.datavision.gui.cmd
 

Subclasses of CommandAdapter in jimm.datavision.gui.cmd
 class AbstractAggregateCommand
          A command for adding a aggregate to a field for a particular section.
 class BoundsCommand
          A command for changing a field's bounds.
 class CompoundCommand
          A compound command holds a list of commands and allows their use as one single command.
 class CutCommand
          Cuts (copies to the clipboard then deletes) a list of field widgets.
 class DbConnCommand
          A command for changing a database's connection information.
 class DeleteAggregateCommand
          A command for deleting a aggregate to a field from a particular section.
 class DeleteCommand
          Deletes a list of field widgets.
 class DeleteGroupCommand
           
 class DeleteSectionCommand
           
 class EditAggregateFuncCommand
          A command for changing an aggregate field's function.
 class FieldAlignCommand
          Aligns a single field with another.
 class FieldMoveCommand
          Moves a single field.
 class FieldResizeCommand
          Resizes a single field by comparing it with another field and copying one of its dimensions.
 class FieldShowHideCommand
          Shows or hides a field.
 class FieldStretchCommand
          After stretching a field using the mouse, this command lets us undo and redo the size change.
 class FormatCommand
          A command for changing a field's format and border.
 class FormulaEditCommand
          A command for changing a Formula's code text.
 class FPCutCommand
          Cuts (copies to the clipboard then deletes) something from a field picker tree.
 class FPDeleteCommand
          Deletes something from the field picker tree.
 class GroupEditCommand
          A command for changing a report's Groups.
 class InsertFieldCommand
          Abstract superclass for inserting new fields.
 class NameableRenameCommand
          A command for changing a Nameable object's name.
 class NewAggregateCommand
          A command for adding a aggregate to a field for a particular section.
 class NewDraggedFieldCommand
          Inserts a new text field.
 class NewGroupCommand
           
 class NewImageFieldCommand
          Inserts a new image field.
 class NewSectionCommand
           
 class NewSubreportCommand
           
 class NewTextFieldCommand
          Inserts a new text field.
 class PaperSizeCommand
          Change a report's paper size.
 class ParamEditCommand
          A command for changing a Parameter's values---not the runtime values, but the default values presented to the user as initial choices.
 class PasteCommand
           
 class ReportStartupScriptEditCommand
          A command for changing the Report's startup Formula's code text.
 class ScriptingCommand
          Performs changes to a report's scripting language information.
 class SectionPageBreakCommand
          Toggles the state of a section's page break flag.
 class SectionResizeCommand
          Mainly used by other commands to remember a section's old size and restore it on an undo.
 class SortEditCommand
          A command for changing the sort orders in a Query.
 class SummaryCommand
          A command for changing a field's summary.
 class SuppressionProcEditCommand
          Handles suppression proc edits.
 class TableJoinCommand
          A command for changing a field's table join.
 class TypingCommand
          Moves a single field.
 class UserColumnEditCommand
          A command for changing a UserColumn's code text.
 class WhereClauseEditCommand
          A command for changing a Query's where clause text.
 class WidgetRenameCommand
          A command for changing a field widget's field's name.