Uses of Class
wt.prefs.delegates.PreferenceDelegate

Packages that use PreferenceDelegate
wt.prefs Uses the PreferenceService to manage Preferences
wt.prefs.delegates   
 

Uses of PreferenceDelegate in wt.prefs
 

Methods in wt.prefs that return PreferenceDelegate
private static PreferenceDelegate PreferenceHelperService.getDelegate(String delegate_tag)
          This method will return a PreferenceDelegate that is assigned as the delegate for a specific delegate tag.
 

Uses of PreferenceDelegate in wt.prefs.delegates
 

Subclasses of PreferenceDelegate in wt.prefs.delegates
 class ContainerDelegate
          This class is a generic delegate for container level preferences.
 class DefaultSystemDelegate
          This is the delegate for the default Windchill System preferences.
 class UserDelegate
          This is the default class within Windchill to handle the concept of a user delegate.
 class WindchillEnterpriseDelegate
          This class is provided as a potential top level delegate for customizations.
 

Fields in wt.prefs.delegates declared as PreferenceDelegate
private  PreferenceDelegate DelegateStructure.ivDelegate
           
 

Methods in wt.prefs.delegates that return PreferenceDelegate
 PreferenceDelegate DelegateStructure.getDelegate()
           
 

Methods in wt.prefs.delegates with parameters of type PreferenceDelegate
 void DelegateStructure.setDelegate(PreferenceDelegate delegate)
           
 

Constructors in wt.prefs.delegates with parameters of type PreferenceDelegate
DelegateStructure(String key, PreferenceDelegate astruct)