public abstract class SettingsBase extends java.lang.Object implements HasProperties
Constructor and Description |
---|
SettingsBase() |
Modifier and Type | Method and Description |
---|---|
SettingsDialog |
createDialog(java.lang.String name,
PreferencesManager prefManager)
Creates and returns settings dialog.
|
SettingsDialog |
getDialog()
Returns the settings dialog, or
null if one has not been created. |
Preferences |
getPreferences()
Returns the preferences (if any) associated with these settings.
|
Property |
getProperty(java.lang.String name)
Returns a property associated with a specified path name.
|
void |
setPreferences(Preferences prefs)
Sets preferences to be associated with these settings
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAllPropertyInfo
public Property getProperty(java.lang.String name)
.
' characters. A sub-property
exists if the value of a property is itself an object which exports
properties. It is only possible to obtain a sub-property handle if each of
its ancestor properties exports their values by reference.getProperty
in interface HasProperties
name
- name of the desired property or sub-propertypublic Preferences getPreferences()
public void setPreferences(Preferences prefs)
public SettingsDialog getDialog()
null
if one has not been created.public SettingsDialog createDialog(java.lang.String name, PreferencesManager prefManager)