|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: true
Extendable: false
Method Summary | |
String[] |
children(String node,
String[] context)
Supported API: false |
void |
delete(String node,
String context,
String name)
Supported API: false |
String |
get(String node,
String[] context,
String name)
Supported API: false |
String |
get(String node,
String context,
String name)
Supported API: false |
PrefEntry[] |
getAll(WTPreferences pref,
String[] keys)
Supported API: false |
PrefEntry[] |
getEntries(String node,
String[] context,
String name)
Supported API: false |
PrefEntry[] |
getEntries(String node,
String[] context,
String[] name)
Supported API: false |
PrefEntry[] |
getEntries(String node,
String context,
String name)
Supported API: false |
PrefEntry |
getEntry(String node,
String[] context,
String name)
Supported API: false |
PrefEntry |
getEntry(String node,
String context,
String name)
Supported API: false |
String[] |
keys(String node,
String[] context)
Supported API: false |
PrefEntry |
put(String node,
String context,
String name,
String value)
Supported API: false |
HashMap |
putAll(String node,
String context,
HashMap map)
This method will put/update several Preferences into the Preference System Supported API: true |
void |
updateEntry(PrefEntry entry)
Supported API: false |
Method Detail |
public PrefEntry put(String node, String context, String name, String value) throws WTException
node
- context
- name
- value
-
WTException
public String get(String node, String[] context, String name) throws WTException
node
- context
- name
-
WTException
public String get(String node, String context, String name) throws WTException
node
- context
- name
-
WTException
public void delete(String node, String context, String name) throws WTException
node
- context
- name
-
WTException
public String[] children(String node, String[] context) throws WTException
node
- context
-
WTException
public String[] keys(String node, String[] context) throws WTException
node
- context
-
WTException
public PrefEntry getEntry(String node, String[] context, String name) throws WTException
node
- context
- name
-
WTException
public PrefEntry getEntry(String node, String context, String name) throws WTException
node
- context
- name
-
WTException
public PrefEntry[] getEntries(String node, String[] context, String name) throws WTException
node
- context
- name
-
WTException
public PrefEntry[] getEntries(String node, String context, String name) throws WTException
node
- context
- name
-
WTException
public void updateEntry(PrefEntry entry) throws WTException
entry
- Updates the PrefEntry
WTException
public HashMap putAll(String node, String context, HashMap map) throws WTException
node
- The fully qualified node namecontext
- The edit_context to use for Preference updatingmap
- The map of key/value pairs
WTException
public PrefEntry[] getAll(WTPreferences pref, String[] keys) throws WTException
pref
- keys
-
WTException
public PrefEntry[] getEntries(String node, String[] context, String[] name) throws WTException
node
- context
- name
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |