Uses of Class
jimm.datavision.field.AggregateField

Packages that use AggregateField
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 AggregateField in jimm.datavision.gui
 

Methods in jimm.datavision.gui that return AggregateField
protected  AggregateField AggregatesWin.getAggregateField()
          Return the AggregateField associated with the ivar fieldWidget.
protected  AggregateField AggregatesWin.getAggregateField(FieldWidget fw)
          Return the AggregateField associated with fw.
 

Uses of AggregateField in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as AggregateField
protected  AggregateField EditAggregateFuncCommand.aggregateField
           
 

Constructors in jimm.datavision.gui.cmd with parameters of type AggregateField
EditAggregateFuncCommand(AggregateField f, java.lang.String functionName)