Uses of Interface
jimm.datavision.FieldWalker

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

Uses of FieldWalker in jimm.datavision
 

Methods in jimm.datavision with parameters of type FieldWalker
 void Report.withFieldsDo(FieldWalker f)
          Iterates over all fields in the report, passing the section to the specified FieldWalker.
 

Uses of FieldWalker in jimm.datavision.gui
 

Classes in jimm.datavision.gui that implement FieldWalker
 class BoundsWin
          A field bounds (position and size) editing dialog box.
 class FormatWin
          A field format editing dialog box.
 

Methods in jimm.datavision.gui with parameters of type FieldWalker
(package private)  void Designer.withSelectedFieldsDo(FieldWalker perambulator)
          Hands each selected field widget's field to the specified FieldWalker.