| 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 | Class and Description |
|---|---|
static class |
Field.Password
A text input field which doesnt echo the input, for passwords.
|
static class |
Field.TextArea
String input field using a TextArea.
|
| Modifier and Type | Method and Description |
|---|---|
Field.Text |
PrefPanel.addTextField(String fldName,
String label,
String defValue)
Add a text field.
|
Field.Text |
PrefPanel.addTextField(String fldName,
String label,
String defValue,
int col,
int row,
String constraint) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.