|
Class Summary |
| AbstractJSettingsDialog |
This class creates a skeletal implementation of the
SettingsDialogInterface to minimize the effort required to
implement this interface. |
| AbstractJSettingsDialogPanel |
An implementation of the SettingsDialogInterface to serve as a basis for
implementing various kinds of display panels for setting dialogs. |
| DecimalJTextField |
The purpose of this class is to make a JTextField that will verify that the
entered text is only a valid decimal number. |
| JDefaultSettingsDialog |
This class creates a setting dialog that represents its child panels as
buttons. |
| JScrollContainer |
|
| JTabbedSettingsDialog |
This class creates a setting dialog that represents its child panels as
tabs via the swing JTabbedPane class. |
| JTreeSettingsDialog |
|
| WholeNumberJTextField |
The purpose of this class is to make a JTextField that will verify that the
entered text is only a valid whole number. |