Uses of Class
jimm.datavision.gui.SectionWidget

Packages that use SectionWidget
jimm.datavision.field Field, its subclasses, and related classes like Format and Border. 
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 SectionWidget in jimm.datavision.field
 

Methods in jimm.datavision.field with parameters of type SectionWidget
 FieldWidget TextField.makeWidget(SectionWidget sw)
           
 FieldWidget ParameterField.makeWidget(SectionWidget sw)
           
 FieldWidget Field.makeWidget(SectionWidget sw)
          Returns a new widget of the appropriate FieldWidget subclass for this field.
 FieldWidget UserColumnField.makeWidget(SectionWidget sw)
           
 FieldWidget ImageField.makeWidget(SectionWidget sw)
           
 FieldWidget FormulaField.makeWidget(SectionWidget sw)
           
 

Uses of SectionWidget in jimm.datavision.gui
 

Fields in jimm.datavision.gui declared as SectionWidget
protected  SectionWidget SectionNameLabel.sectionWidget
           
protected  SectionWidget SectionFieldPanel.sectionWidget
           
protected  SectionWidget FieldWidget.sectionWidget
           
 SectionWidget PreMoveInfo.sectionWidget
           
protected  SectionWidget SuppressionProcWin.sectionWidget
           
protected  SectionWidget SectionResizer.target
           
 

Methods in jimm.datavision.gui that return SectionWidget
 SectionWidget Designer.doDeleteSection(Section s)
          Deletes a section from the report and the design window and returns the section widget above the section's.
 SectionWidget Designer.findSectionWidgetFor(Section s)
          Returns the section widget containing the specified section.
 SectionWidget FieldWidget.getSectionWidget()
          Returns the section widget containing this field widget.
protected  SectionWidget Designer.getSectionWidgetUnder(java.awt.Point screenPos)
          Returns the section widget under the mouse.
 

Methods in jimm.datavision.gui with parameters of type SectionWidget
(package private)  void Designer.createNewTextField(SectionWidget sw, java.awt.event.MouseEvent e)
          Asks design window to create and accepts a new text field.
 void Designer.insertSectionWidgetAfter(SectionWidget sw, SectionWidget putAfter)
          Inserts a section widget at the specified position in the list.
 void FieldWidget.moveToSection(SectionWidget sw)
          Moves both field view and model to a new section.
 void FieldWidget.putDown(SectionWidget sw)
          Place this field into a section widget.
 

Constructors in jimm.datavision.gui with parameters of type SectionWidget
EditWinWidget(SectionWidget sw, Field field)
          Constructor.
FieldWidget(SectionWidget sw, AbstractSwingField asf)
          Constructor.
FieldWidget(SectionWidget sw, Field field)
          Constructor.
FormulaWidget(SectionWidget sw, Field field)
          Constructor.
ImageFieldWidget(SectionWidget sw, ImageField image)
          Constructor.
ParameterWidget(SectionWidget sw, Field field)
          Constructor.
SectionFieldPanel(SectionWidget sw)
          Constructor.
SectionNameLabel(java.lang.String name, SectionWidget sw)
          Constructor.
SectionResizer(SectionWidget target, javax.swing.JLayeredPane parentWhileDragging)
          Constructor.
SuppressionProcWin(Designer designer, SectionWidget sectionWidget)
          Constructor.
TextFieldWidget(SectionWidget sw, Field field)
          Constructor.
UserColumnWidget(SectionWidget sw, Field field)
          Constructor.
 

Uses of SectionWidget in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as SectionWidget
protected  SectionWidget FieldMoveCommand.newSectionWidget
           
protected  SectionWidget FieldClipping.origSectionWidget
           
protected  SectionWidget DeleteSectionCommand.sectionWidget
           
protected  SectionWidget SuppressionProcEditCommand.sectionWidget
           
protected  SectionWidget DeleteSectionCommand.sectionWidgetAbove
           
protected  SectionWidget InsertFieldCommand.sw
           
protected  SectionWidget SectionResizeCommand.sw
           
protected  SectionWidget TypingCommand.sw
           
protected  SectionWidget NewSectionCommand.swAbove
           
 

Methods in jimm.datavision.gui.cmd that return SectionWidget
protected  SectionWidget FieldClipping.sectionWidgetBySectionArea(Designer designer)
           
 

Constructors in jimm.datavision.gui.cmd with parameters of type SectionWidget
FieldMoveCommand(FieldWidget fw, SectionWidget sw)
           
InsertFieldCommand(SectionWidget sw, java.lang.String fieldType, Point insertLoc)
           
NewDraggedFieldCommand(SectionWidget sw, java.lang.String dropString, java.awt.dnd.DropTargetDropEvent e)
           
NewImageFieldCommand(SectionWidget sw, java.lang.String url)
           
NewTextFieldCommand(SectionWidget sw, java.awt.event.MouseEvent e)
           
PasteCommand.PasteInfo(SectionWidget sw)
           
SectionResizeCommand(SectionWidget sw)
           
SuppressionProcEditCommand(SectionWidget sectionWidget, boolean hidden, java.lang.String formulaText, java.lang.String language)