|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
ConfigDialog.
See:
Description
| Interface Summary | |
|---|---|
| ConfigPage | This interface represents a page within a configuration dialog. |
| Class Summary | |
|---|---|
| ConfigDialog | Instances of the ConfigDialog class are modal dialogs composed of one or more, possibly nested
configuration pages of the type ConfigPage. |
| DefaultConfigPage | A convinience implementation of the ConfigPage interface. |
The main class of this package is ConfigDialog. It represents a generic configuration dialog.
A configuration dialog is composed of one or more, possibly nested congiguration pages represented by
the interface ConfigPage. ConfigDialog uses a tree view to let the user
switch between particular pages.
Applications can use the ConfigDialog class for example to implement a preferences
setting dialog to allow a user to edit application properties.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||