public interface PreferenceCtrl extends Controller
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.
| Modifier and Type | Method and Description |
|---|---|
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
|
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 modifiableCopyright © 2003-2013 . All Rights Reserved.