Frames | No Frames |
Methods which throw type java.util.prefs.BackingStoreException | |
String[] | Returns all the direct sub nodes of this preferences node.
|
String[] | Returns all the direct sub nodes of this preferences node.
|
String[] | Returns the names of the sub nodes of this preference node.
|
void | Removes all entries from this preferences node. |
void | Removes all entries from this preferences node. |
void | Export this node, but not its descendants, as XML to the
indicated output stream. |
void | Export this node, but not its descendants, as XML to the
indicated output stream. |
void | Export this node and all its descendants as XML to the
indicated output stream. |
void | Export this node and all its descendants as XML to the
indicated output stream. |
void | Writes all preference changes on this and any subnode that have not
yet been written to the backing store. |
void | Writes all preference changes on this and any subnode that have not
yet been written to the backing store. |
void | Writes all entries of this preferences node that have not yet been
written to the backing store and possibly creates this node in the
backing store, if it does not yet exist. |
AbstractPreferences | Returns the child sub node if it exists in the backing store or null
if it does not exist. |
String[] | Returns an (possibly empty) array with all the keys of the preference
entries of this node.
|
String[] | Returns an (possibly empty) array with all the keys of the preference
entries of this node.
|
String[] | Returns an (possibly empty) array with all the keys of the preference
entries of this node.
|
boolean | Returns true if the node that the path points to exists in memory or
in the backing store. |
boolean | Returns true if the node that the path points to exists in memory or
in the backing store. |
void | Removes this and all subnodes from the backing store and clears all
entries. |
void | Removes this and all subnodes from the backing store and clears all
entries. |
void | Clears this node from this VM and removes it from the backing store.
|
void | Writes and reads all preference changes to and from this and any
subnodes. |
void | Writes and reads all preference changes to and from this and any
subnodes. |
void | Writes all entries of this preferences node that have not yet been
written to the backing store and reads any entries that have changed
in the backing store but that are not yet visible in this VM.
|
Methods which throw type java.util.prefs.BackingStoreException | |
List | Returns a list of all keys stored in the given node.
|
List | Returns a list of all nodes under the given node.
|
void | Suggest to the GConf native peer a sync with the database.
|
List | Lists the subnodes in node . |
List | Lists the key in the given node. |
void | Suggest to the backend GConf daemon to synch with the database.
|
Methods which throw type java.util.prefs.BackingStoreException | |
String[] | |
String[] | Returns an array of names of the children of this preference node.
|
String[] | Returns an empty array since all children names are always already
cached.
|
void | Suggest a flush to the backend. |
void | |
void | Request a flush.
|
String[] | |
String[] | Returns all of the key in this preference node.
|
String[] | Returns a (possibly empty) array of keys of the preferences entries of
this node.
|
void | |
void | Removes this preference node, including all its children.
|
void | Suggest a sync to the backend. |
void | |
void | Request a sync.
|
void | Writes only the preference node.
|
void | Writes the preference node plus the complete subtree.
|