Uses of Class
jimm.datavision.gui.FPLeafInfo

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

Subclasses of FPLeafInfo in jimm.datavision.gui
(package private)  class ColumnInfo
           
(package private)  class FormulaInfo
           
(package private)  class ParameterInfo
           
(package private)  class SpecialInfo
           
(package private)  class UserColumnInfo
           
 

Fields in jimm.datavision.gui declared as FPLeafInfo
protected  FPLeafInfo FieldPickerWin.selectedInfo
           
 

Methods in jimm.datavision.gui with parameters of type FPLeafInfo
protected  void FieldPickerWin.addEditableToTree(FPLeafInfo info, javax.swing.tree.DefaultMutableTreeNode categoryNode)
          Adds a newly created editable object to the tree, makes it visible, and opens its editor.
 

Uses of FPLeafInfo in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as FPLeafInfo
protected  FPLeafInfo FPDeleteCommand.info