ApplicationPreferences
by reading XML configuration data. The XML file must have the following format:
<ApplicationPreferences> <PreferencesPage class="..." /> </ApplicationPreferences>The class attribute in each
PreferencesPage
element must resolve to a class that implements the {@link PreferencesPage} interface. The class must have a default (no-argument)constructor. An instance of that class is created through reflection, and {@link ApplicationPreferences#addPage(PreferencesPage) added} to theApplicationPreferences
.
@author Torgil Zethson
@since 3.0.0
|
|