|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PreferenceCtrl
interface provides access to change a preference and its attributes.
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
Method Summary | |
void |
setName(java.lang.String name)
Sets the name |
void |
setReadOnly(java.lang.String readOnly)
Defines whether this preference is modifiable |
void |
setValues(java.util.List values)
Sets the value |
Method Detail |
public void setName(java.lang.String name)
name
- the new namepublic void setValues(java.util.List values)
values
- the new valuespublic void setReadOnly(java.lang.String readOnly)
readOnly
- true, if this preference is modifiable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |