|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrefEntry | |
wt.prefs | Uses the
PreferenceService to manage
Preferences . |
Uses of PrefEntry in wt.prefs |
Classes in wt.prefs that implement PrefEntry | |
class |
AbstractPrefEntry
Supported API: true Extendable: true |
class |
DBPrefEntry
Use the newDBPrefEntry static factory method(s), not the
DBPrefEntry constructor, to construct instances of this
class. |
class |
FilePrefEntry
Supported API: true Extendable: false |
class |
UndefinedPrefEntry
The UndefinedPrefEntry class is used as a place holder data structure within the Preference package. |
Fields in wt.prefs declared as PrefEntry | |
private PrefEntry |
PrefEntrySelector.entry
|
Methods in wt.prefs that return PrefEntry | |
private PrefEntry |
WTPreferences.getEntry(String key)
|
PrefEntry |
WTPreferences.getEntry(String key,
boolean checkCache)
|
PrefEntry |
UndefinedPrefEntry.retrieve()
Since this PrefEntry is not persistable the retrieve does nothing and returns this. |
PrefEntry[] |
UndefinedPrefEntry.retrieveAll()
Since this PrefEntry is not persistable the retrievalAll returns the current object. |
PrefEntry |
StandardPreferenceService.put(String node,
String context,
String name,
String value)
Supported API: false |
PrefEntry |
StandardPreferenceService.getEntry(String node,
String[] context,
String name)
Supported API: false |
PrefEntry |
StandardPreferenceService.getEntry(String node,
String context,
String name)
Supported API: false |
PrefEntry[] |
StandardPreferenceService.getEntries(String node,
String[] context,
String name)
Supported API: false |
PrefEntry[] |
StandardPreferenceService.getEntries(String node,
String context,
String name)
Supported API: false |
PrefEntry[] |
StandardPreferenceService.getAll(WTPreferences pref,
String[] keys)
Supported API: false |
PrefEntry[] |
StandardPreferenceService.getEntries(String node,
String[] context,
String[] name)
Supported API: false |
private PrefEntry |
StandardPreferenceService.addToCache(PrefEntry[] aEntries,
String context,
PrefEntrySelector selector,
String name,
boolean found)
|
PrefEntry |
PreferenceServiceFwd.put(String node,
String context,
String name,
String value)
Supported API: false |
PrefEntry |
PreferenceServiceFwd.getEntry(String node,
String[] context,
String name)
Supported API: false |
PrefEntry |
PreferenceServiceFwd.getEntry(String node,
String context,
String name)
Supported API: false |
PrefEntry[] |
PreferenceServiceFwd.getEntries(String node,
String[] context,
String name)
Supported API: false |
PrefEntry[] |
PreferenceServiceFwd.getEntries(String node,
String context,
String name)
Supported API: false |
PrefEntry[] |
PreferenceServiceFwd.getAll(WTPreferences pref,
String[] keys)
Supported API: false |
PrefEntry[] |
PreferenceServiceFwd.getEntries(String node,
String[] context,
String[] name)
Supported API: false |
PrefEntry |
PreferenceService.put(String node,
String context,
String name,
String value)
Supported API: false |
PrefEntry |
PreferenceService.getEntry(String node,
String[] context,
String name)
Supported API: false |
PrefEntry |
PreferenceService.getEntry(String node,
String context,
String name)
Supported API: false |
PrefEntry[] |
PreferenceService.getEntries(String node,
String[] context,
String name)
Supported API: false |
PrefEntry[] |
PreferenceService.getEntries(String node,
String context,
String name)
Supported API: false |
PrefEntry[] |
PreferenceService.getAll(WTPreferences pref,
String[] keys)
Supported API: false |
PrefEntry[] |
PreferenceService.getEntries(String node,
String[] context,
String[] name)
Supported API: false |
PrefEntry |
PrefEntrySelector.getEntry()
Gets the value of the attribute: ENTRY. |
private PrefEntry |
PrefEntrySelector.retrieveEntry()
This method will retrive an entry from the appropriate PrefEntry type. |
PrefEntry[] |
PrefEntrySelector.getEntries()
Deprecated. |
static PrefEntry[] |
PrefEntrySelector.getAllEntries(String node,
String[] context,
String name)
|
protected PrefEntry |
PrefEntrySelector.create(String value)
|
protected PrefEntry |
PrefEntrySelector.update(String value)
|
protected PrefEntry |
PrefEntrySelector.update(PrefEntry inEntry,
String value)
|
PrefEntry |
PrefEntry.retrieve()
This method will perform the retrieval of Preference Information (if appropriate) for the given PrefEntry from the back-end store. |
PrefEntry[] |
PrefEntry.retrieveAll()
This method will perform the retrieval of Preference Information (if appropriate) for the given PrefEntry from the back-end store. |
PrefEntry |
FilePrefEntry.retrieve()
Supported API: false |
PrefEntry[] |
FilePrefEntry.retrieveAll()
Supported API: false |
static PrefEntry[] |
DBPrefEntry.getAllEntries(String m_node,
String[] m_context,
String m_name)
Supported API: false |
PrefEntry |
DBPrefEntry.retrieve()
This method will perform the retrieval of Preference Information (if appropriate) for the given PrefEntry from the back-end store. |
PrefEntry[] |
DBPrefEntry.retrieveAll()
This method will perform the retrieval of Preference Information (if appropriate) for the given PrefEntry from the back-end store. |
abstract PrefEntry |
AbstractPrefEntry.retrieve()
Supported API: false |
abstract PrefEntry[] |
AbstractPrefEntry.retrieveAll()
Supported API: false |
Methods in wt.prefs with parameters of type PrefEntry | |
private void |
WTPreferences.updateEntry(PrefEntry entry)
|
void |
StandardPreferenceService.updateEntry(PrefEntry entry)
Supported API: false |
private PrefEntry |
StandardPreferenceService.addToCache(PrefEntry[] aEntries,
String context,
PrefEntrySelector selector,
String name,
boolean found)
|
void |
PreferenceServiceFwd.updateEntry(PrefEntry entry)
Supported API: false |
void |
PreferenceService.updateEntry(PrefEntry entry)
Supported API: false |
void |
PrefEntrySelector.setEntry(PrefEntry a_Entry)
Sets the value of the attribute: ENTRY. |
static PrefEntrySelector |
PrefEntrySelector.newPrefEntrySelector(PrefEntry entry)
Supported API: false |
protected void |
PrefEntrySelector.initialize(PrefEntry entry)
Supports initialization, following construction of an instance. |
protected PrefEntry |
PrefEntrySelector.update(PrefEntry inEntry,
String value)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |