|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Preference | |
| org.apache.pluto.om.common | |
| Uses of Preference in org.apache.pluto.om.common |
| Methods in org.apache.pluto.om.common that return Preference | |
Preference |
PreferenceSet.get(java.lang.String name)
Returns the preference object of the given name. |
Preference |
PreferenceSetCtrl.add(java.lang.String name,
java.util.List values)
Creates a new preference and adds it to the set The return value cannot be NULL. |
Preference |
PreferenceSetCtrl.remove(java.lang.String name)
Removes the preference with the given name from the set The return value may be NULL. |
| Methods in org.apache.pluto.om.common with parameters of type Preference | |
void |
PreferenceSetCtrl.remove(Preference preference)
Removes the given preference from the set |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||