|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreferenceSet
This interface provides access to a set of Preference
objects.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
Method Summary | |
---|---|
Preference |
get(java.lang.String name)
Returns the preference object of the given name. |
PreferencesValidator |
getPreferencesValidator()
Returns the PreferencesValidator for this preference set. |
java.util.Iterator |
iterator()
Returns all elements of this set as iterator. |
Method Detail |
---|
java.util.Iterator iterator()
Preference get(java.lang.String name)
PreferencesValidator getPreferencesValidator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |