|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreferenceCtrl
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 |
|---|
void setName(java.lang.String name)
name - the new namevoid setValues(java.util.List values)
values - the new valuesvoid 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 | |||||||||