|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getName()
public java.util.Iterator getValues()
public boolean isReadOnly()
public boolean isValueSet()
true
, if this preference is set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |