Uses of Class
jimm.datavision.ReportSectionLoc

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

Uses of ReportSectionLoc in jimm.datavision
 

Methods in jimm.datavision that return ReportSectionLoc
 ReportSectionLoc Report.getSectionLocation(Section s)
          Returns a structure useful only by this report for re-inserting a section.
 

Methods in jimm.datavision with parameters of type ReportSectionLoc
 void Report.reinsertSection(ReportSectionLoc loc)
          Reinserts a section based on the location information previously retrieved by a call to Report.getSectionLocation(jimm.datavision.Section).
 

Uses of ReportSectionLoc in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as ReportSectionLoc
protected  ReportSectionLoc DeleteSectionCommand.sectionLoc