Package org.esa.beam.framework.ui.config

The main class of this package is 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.
 

Package org.esa.beam.framework.ui.config Description

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.



Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.