Uses of Class
jdbreport.grid.NumericDlg.Orientation

Packages that use NumericDlg.Orientation
jdbreport.grid   
 

Uses of NumericDlg.Orientation in jdbreport.grid
 

Methods in jdbreport.grid that return NumericDlg.Orientation
static NumericDlg.Orientation NumericDlg.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NumericDlg.Orientation[] NumericDlg.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jdbreport.grid with parameters of type NumericDlg.Orientation
NumericDlg(Dialog owner, String title, double value, int unitInd, NumericDlg.Orientation orientation)
           
NumericDlg(Frame owner, String title, double value, int unitInd, NumericDlg.Orientation orientation)