Uses of Interface
jimm.datavision.SectionWalker

Packages that use SectionWalker
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
 

Uses of SectionWalker in jimm.datavision
 

Methods in jimm.datavision with parameters of type SectionWalker
 void Report.withSectionsDo(SectionWalker s)
          Iterates over all sections in the report, passing the section to the specified SectionWalker.
 void SectionArea.withSectionsDo(SectionWalker s)