|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Preference
The Preference
interface provides access to a preference and its attributes.
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 | |
---|---|
java.lang.String |
getName()
Returns the name |
java.util.Iterator |
getValues()
Returns the values in a readonly collection |
boolean |
isReadOnly()
Returns whether this preference is modifiable |
boolean |
isValueSet()
Returns whether this preference is set or not |
Method Detail |
---|
java.lang.String getName()
java.util.Iterator getValues()
boolean isReadOnly()
boolean isValueSet()
true
, if this preference is set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |