Uses of Interface
org.apache.pluto.om.common.Preference

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 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 PreferenceSet.get(java.lang.String name)
          Returns the preference object of the given name.
 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
 



Copyright © 2003-2010 . All Rights Reserved.