Uses of Class
jimm.datavision.Formula

Packages that use Formula
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
jimm.datavision.field Field, its subclasses, and related classes like Format and Border. 
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.source.charsep Provides the classes and interfaces that make up the a data source that reads character-separated file such as CSV files. 
jimm.datavision.source.object Provides the classes and interfaces that make up the a data source that uses an ArrayList of HashMaps representing a table of data. 
 

Uses of Formula in jimm.datavision
 

Fields in jimm.datavision declared as Formula
protected  Formula SuppressionProc.formula
           
protected  Formula ReportReader.formula
           
(package private)  Formula ReportReader.FormulaConversion.formula
           
protected  Formula Report.startFormula
           
 

Methods in jimm.datavision that return Formula
 Formula Report.findFormula(java.lang.Object id)
          Returns the formula with the specified id or null if one is not found.
 Formula Report.findFormulaByName(java.lang.String name)
          Returns the formula with the specified name or null if one is not found.
 Formula SuppressionProc.getFormula()
          Returns formula used when not hiding.
 Formula Report.getStartFormula()
          Returns the report's start formula; may be null.
 

Methods in jimm.datavision with parameters of type Formula
 void Report.addFormula(Formula f)
           
 boolean Report.containsReferenceTo(Formula f)
          Returns true if the specified formula exists within this report either directly (as a formula field) or indirectly (as a formula used by a aggregate or by another formula).
 boolean Section.containsReferenceTo(Formula f)
          Returns true if the specified formula exists within this section either directly (as a formula field) or indirectly (as a formula used by an aggregate, user column, or formula or by the suppression proc).
 boolean SuppressionProc.refersTo(Formula f)
           
 void Report.removeFormula(Formula f)
           
 void Report.setStartFormula(Formula newStartFormula)
           
 

Constructors in jimm.datavision with parameters of type Formula
ReportReader.FormulaConversion(Formula f, java.lang.String expr)
           
 

Uses of Formula in jimm.datavision.field
 

Fields in jimm.datavision.field declared as Formula
protected  Formula FormulaField.formula
           
 

Methods in jimm.datavision.field that return Formula
 Formula FormulaField.getFormula()
          Returns the formula.
 

Methods in jimm.datavision.field with parameters of type Formula
 boolean AggregateField.refersTo(Formula f)
           
 boolean Field.refersTo(Formula f)
          Returns true if this field contains a reference to the specified formula.
 boolean FormulaField.refersTo(Formula f)
           
 void FormulaField.setFormula(Formula newFormula)
          Sets the formula.
 

Uses of Formula in jimm.datavision.gui
 

Fields in jimm.datavision.gui declared as Formula
protected  Formula FormulaWin.formula
           
 

Methods in jimm.datavision.gui with parameters of type Formula
protected  boolean FieldPickerWin.renameFormula(Formula f)
          Opens a name editor to (re)name a formula.
 

Constructors in jimm.datavision.gui with parameters of type Formula
FormulaInfo(Report r, Formula f, Designer designer)
           
FormulaWin(Designer designer, Report report, Formula formula)
          Constructor.
 

Uses of Formula in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as Formula
protected  Formula FormulaEditCommand.formula
           
 

Constructors in jimm.datavision.gui.cmd with parameters of type Formula
FormulaEditCommand(Formula formula, java.lang.String expression, java.lang.String language)
           
 

Uses of Formula in jimm.datavision.source.charsep
 

Fields in jimm.datavision.source.charsep declared as Formula
protected  Formula CharSepRow.whereClauseFormula
           
 

Uses of Formula in jimm.datavision.source.object
 

Fields in jimm.datavision.source.object declared as Formula
protected  Formula ObjectRow.whereClauseFormula