public interface PreferenceModel
Modifier and Type | Method and Description |
---|---|
void |
addPreferenceModelListener(com.plealog.prefs4j.implem.core.event.PreferenceModelListener l)
Adds a listener to this model.
|
Enumeration<PreferenceSection> |
enumerator()
Returns a enumeration over the ConfurationFeatures defined in this model.
|
String |
getPreferenceModelLocator()
Returns the location of the configuration model file.
|
MutableTreeNode |
getPreferenceSectionsHierarchy()
Returns the Tree representation of the PreferenceSection hierarchy.
|
String |
getResourceLocator()
Returns the location of the resource file.
|
String |
getUserPreferenceLocator()
Returns the location of the user configuration.
|
void |
removePreferenceModelListener(com.plealog.prefs4j.implem.core.event.PreferenceModelListener l)
Remove a listener from this model.
|
String getResourceLocator()
String getPreferenceModelLocator()
String getUserPreferenceLocator()
Enumeration<PreferenceSection> enumerator()
MutableTreeNode getPreferenceSectionsHierarchy()
void addPreferenceModelListener(com.plealog.prefs4j.implem.core.event.PreferenceModelListener l)
void removePreferenceModelListener(com.plealog.prefs4j.implem.core.event.PreferenceModelListener l)
Plealog Software - 2003-2017