|
Class Summary |
| AbstractSettingsDialog |
This class creates a skeletal implementation of the
SettingsDialogInterface to minimize the effort required to
implement this interface. |
| AbstractSettingsDialogPanel |
An implementation of the SettingsDialogInterface to serve as a basis for
implementing various kinds of display panels for setting dialogs. |
| DecimalTextField |
The purpose of this class is to make a TextField that will verify that the
entered text is only a valid decimal number. |
| DefaultSettingsDialog |
This class creates a setting dialog that represents its child panels as
buttons. |
| FormattedTextField |
|
| ListSettingsDialog |
This class creates a setting dialog that represents its child groups and
panels as a list. |
| ScrollContainer |
|
| TitledBorderPanel |
|
| WholeNumberTextField |
The purpose of this class is to make a TextField that will verify that the
entered text is only a valid whole number. |