Uses of Class
jimm.datavision.SectionArea

Packages that use SectionArea
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
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. 
jimm.datavision.layout Provides concrete layout engine implementations. 
jimm.datavision.test Provides the JUnit test classes used during DataVision development. 
 

Uses of SectionArea in jimm.datavision
 

Fields in jimm.datavision declared as SectionArea
protected  SectionArea Section.area
           
(package private)  SectionArea ReportSectionLoc.area
           
protected  SectionArea Report.details
           
protected  SectionArea Group.footers
           
protected  SectionArea Group.headers
           
protected  SectionArea Report.pageFooters
           
protected  SectionArea Report.pageHeaders
           
protected  SectionArea Report.reportFooters
           
protected  SectionArea Report.reportHeaders
           
 

Methods in jimm.datavision that return SectionArea
 SectionArea Report.details()
           
 SectionArea Report.footers()
           
 SectionArea Group.footers()
          Returns the footers.
 SectionArea Section.getArea()
          Returns the area this section is contained within.
 SectionArea Report.getSectionArea(int area)
          Returns the section area corresponding to area, but only if area is not group header or group footer.
 SectionArea Report.headers()
           
 SectionArea Group.headers()
          Returns the headers.
 SectionArea Report.pageFooters()
           
 SectionArea Report.pageHeaders()
           
 

Methods in jimm.datavision with parameters of type SectionArea
protected  void ReportReader.ensureNotEmpty(SectionArea area)
          Ensures that the specified collection of sections is not empty.
 void Section.setArea(SectionArea area)
          Sets the area this section is contained within and notifies any observers of the change.
 

Constructors in jimm.datavision with parameters of type SectionArea
ReportSectionLoc(Section s, SectionArea a, int i)
           
 

Uses of SectionArea in jimm.datavision.gui
 

Methods in jimm.datavision.gui that return SectionArea
 SectionArea SectionWidget.getSectionArea()
          Returns the SectionArea of the Section (report header, page footer, etc.)
 

Methods in jimm.datavision.gui with parameters of type SectionArea
protected  void Designer.buildSectionsInArea(SectionArea area)
          Builds the section widgets for the sections in an area and adds them to the section container.
protected  void Designer.renameSectionWidgetsIn(SectionArea area, java.lang.String prefix, Group group)
          Recalculates section names for a collection of sections.
 

Uses of SectionArea in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as SectionArea
protected  SectionArea FieldClipping.sectionArea
           
 

Uses of SectionArea in jimm.datavision.layout
 

Methods in jimm.datavision.layout with parameters of type SectionArea
protected  double LayoutEngine.calcSectionHeights(SectionArea area)
          Returns the total height of all sections in the specified list.
 

Uses of SectionArea in jimm.datavision.test
 

Fields in jimm.datavision.test declared as SectionArea
protected  SectionArea SectionAreaTest.area