| Package | Description |
|---|---|
| thredds.ui.datatype.prefs | |
| ucar.nc2.ui.widget | |
| 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 | Class and Description |
|---|---|
class |
DateField
Input field for thredds.datatype.DateType, part of ucar.util.prefs.ui.
|
class |
DurationField
Input field for thredds.datatype.TimeDuration, part of ucar.util.prefs.ui.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RangeDateSelector.validate(Field fld,
Object editValue,
StringBuffer errMessages) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Field.BeanTableField
This uses a BeanTable to display a list of beans.
|
static class |
Field.CheckBox
A boolean input box using a checkbox.
|
static class |
Field.Date
Data input for Date
|
static class |
Field.Double
Data input for double.
|
static class |
Field.EnumCombo
This allows user to make a choice from a collection of "type-safe enumeration" objects.
|
static class |
Field.Int
Data input for double.
|
static class |
Field.Password
A text input field which doesnt echo the input, for passwords.
|
static class |
Field.Text
String input field.
|
static class |
Field.TextArea
String input field using a TextArea.
|
static class |
Field.TextCombo
A text input field which keeps track of recent choices in a combobox.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
PrefPanel.addField(Field fld)
Add a field created by the user.
|
Field |
PrefPanel.addField(Field fld,
int col,
int row,
String constraint) |
Field |
PrefPanel.getField(String name)
Find the field with the specified name.
|
Field |
PrefPanel.Dialog.getField(String name)
Find the field with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Field> |
PrefPanel.getFields()
Iterator over the fields
|
| Modifier and Type | Method and Description |
|---|---|
Field |
PrefPanel.addField(Field fld)
Add a field created by the user.
|
Field |
PrefPanel.addField(Field fld,
int col,
int row,
String constraint) |
boolean |
FieldValidator.validate(Field fld,
Object editValue,
StringBuffer errMessages) |
| Constructor and Description |
|---|
FldInputVerifier(Component c,
Field fld) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.