Package wt.prefs

Uses the PreferenceService to manage Preferences.

See:
          Description

Interface Summary
PrefEntry

Supported API: false

Extendable: false
PreferenceService

Supported API: true

Extendable: false
 

Class Summary
AbstractPrefEntry

Supported API: true

Extendable: true
DBPrefEntry Use the newDBPrefEntry static factory method(s), not the DBPrefEntry constructor, to construct instances of this class.
FilePrefEntry

Supported API: true

Extendable: false
LoadPrefEntry  
PrefEntryCache  
PrefEntrySelector PrefEntry selector retrieves PrefEntry based on name, node and context.
PreferenceExport This class is used to export values from the Preference Backing Store ( It should read from the Database, file etc.
PreferenceHelper The PreferenceHelper class may be used by both the client and server for obtaining utlity and helper methods for the Preferences Framework.
PreferenceHelperService The PreferenceHelperService is the server-side Helper for the Preferences Framework and is responsible for the maintaining of the Delegate Heirarchy and Delegate list in Windchill.
PreferenceHelperService.PrefCacheKey  
PreferenceMapping This class is used as a data storage structure for Preference Mappings.
Preferences Abstract implementation of the javax.prefs.Preferences class.
PreferenceServiceFwd

Supported API: false

Extendable: false
PrefsContainerHelper This class is a holder for preference framework specific utility methods related to WTContainer.
PrefSearch This class is used to search the Windchill Database from a client, and return items that match the desired criteria.
PrefSearchService This class is the Preference Search Service, which performs searches on the Windchill Database for Preference Entries.
PrefsUtil Description
StandardPreferenceService Use the newStandardPreferenceService static factory method(s), not the StandardPreferenceService constructor, to construct instances of this class.
UndefinedPrefEntry The UndefinedPrefEntry class is used as a place holder data structure within the Preference package.
WTPreferences Concrete implementation of javax.prefs.Preferences using Windchill for the backing store.
 

Package wt.prefs Description

Uses the PreferenceService to manage Preferences.