| Package | Description |
|---|---|
| ucar.util.prefs.ui |
The ucar.util.prefs.ui package builds on ucar.util.prefs to provide convenience
routines for building user preference dialogs and other user interface components.
|
| Modifier and Type | Method and Description |
|---|---|
Field.Double |
PrefPanel.addDoubleField(String fldName,
String label,
double defValue)
Add a field that edits a double
|
Field.Double |
PrefPanel.addDoubleField(String fldName,
String label,
double defValue,
int nfracDig,
int col,
int row,
String constraint) |
Field.Double |
PrefPanel.addDoubleField(String fldName,
String label,
double defValue,
int col,
int row,
String constraint) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.