|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Preferences | |
com.ptc.windchill.enterprise.search.client | |
wt.prefs | Uses the
PreferenceService to manage
Preferences . |
wt.templateutil.processor | Defines the
DefaultTemplateProcessor which is a common super class for all template processors and provides many implementations of it. |
Uses of Preferences in com.ptc.windchill.enterprise.search.client |
Fields in com.ptc.windchill.enterprise.search.client declared as Preferences | |
private static Preferences |
CoSearchTypesChooserOkActionDoer.root
|
Uses of Preferences in wt.prefs |
Subclasses of Preferences in wt.prefs | |
class |
WTPreferences
Concrete implementation of javax.prefs.Preferences using Windchill for the backing store. |
Fields in wt.prefs declared as Preferences | |
private static Preferences |
PrefsUtil.root
The root preference |
Methods in wt.prefs that return Preferences | |
protected Preferences |
WTPreferences.child(String name)
Returns the named child of this preference node, creating it if it does not already exist. |
Preferences[] |
WTPreferences.children()
Returns the children of this preference node. |
static Preferences |
WTPreferences.root()
|
static Preferences |
WTPreferences.root(boolean createCache)
|
protected abstract Preferences |
Preferences.child(String name)
Returns the named child of this preference node, creating it if it does not already exist. |
abstract Preferences[] |
Preferences.children()
Returns the children of this preference node. |
static Preferences |
Preferences.forClass(Object o)
Returns the preference node associated (by convention) with the specified object's class. |
static Preferences |
Preferences.forPackage(Object o)
Returns the preference node associated (by convention) with the specified object's package. |
Preferences |
Preferences.node(String pathName)
Returns the named preference node, creating it and any of its ancestors if they do not already exist. |
Preferences |
Preferences.parent()
Returns the parent of this preference node, or null if this is the root. |
static Preferences |
Preferences.root()
Returns the root preference node for the calling user. |
Methods in wt.prefs with parameters of type Preferences | |
static HashMap |
PrefsUtil.getNodeValues(Preferences pref)
Deprecated. |
protected void |
Preferences.init(Preferences parent,
String name)
Initializes this Preferences object, which must be uninitialized prior to this call. |
static HashMap |
PreferenceHelper.getNodeValues(Preferences pref)
This method will return a hashmap of key/value pairs for the given Preferences node. |
Constructors in wt.prefs with parameters of type Preferences | |
WTPreferences(Preferences parent,
String name)
Creates a new WTPreferences node with the specified parent and the specified name relative to its parent. |
|
WTPreferences(Preferences parent,
String name,
boolean createCache)
|
|
Preferences(Preferences parent,
String name)
Creates a new preference node with the specified parent and the specified name relative to its parent. |
Uses of Preferences in wt.templateutil.processor |
Methods in wt.templateutil.processor that return Preferences | |
Preferences |
HTTPState.getUserPreferences()
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |