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

Packages that use SectionResizeCommand
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. 
 

Uses of SectionResizeCommand in jimm.datavision.gui
 

Fields in jimm.datavision.gui declared as SectionResizeCommand
protected  SectionResizeCommand SectionResizer.sectionResizeCommand
           
 

Methods in jimm.datavision.gui with parameters of type SectionResizeCommand
 void SectionWidget.resizeBy(int dy, SectionResizeCommand cmd)
          Grows or shrinks the section widget and executes a command that allows this action to be undone/redone.
 

Uses of SectionResizeCommand in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as SectionResizeCommand
protected  SectionResizeCommand InsertFieldCommand.sectionResizeCommand
           
protected  SectionResizeCommand FieldClipping.sectionResizeCommand
           
protected  SectionResizeCommand FieldMoveCommand.sectionResizeCommand
           
protected  SectionResizeCommand TypingCommand.sectionResizeCommand
           
(package private)  SectionResizeCommand PasteCommand.PasteInfo.sectionResizeCommand
           
protected  SectionResizeCommand FieldResizeCommand.sectionResizeCommand
           
protected  SectionResizeCommand NewDraggedFieldCommand.titleSectionResizeCommand