public interface PreferenceComponent
| Modifier and Type | Method and Description |
|---|---|
Enumeration<PreferenceEditor> |
enumerator()
Returns an enumeration over all ConfigurationEditor contained in this component.
|
JComponent |
getComponent()
Returns the UI component containing all editors of the PreferenceSection
contained in a PreferenceModel.
|
void |
saveData()
Utility method that can be used to programmatically do a general save of all
edited ConfigurationFeatures.
|
void |
selectEditor(String editorName)
Selects a particular editor by name.
|
JComponent getComponent()
void saveData()
throws PreferenceException
PreferenceException - is save operation failed on a editor.void selectEditor(String editorName)
Enumeration<PreferenceEditor> enumerator()
Plealog Software - 2003-2017