Frames | No Frames |
Constructors with parameter type java.util.prefs.AbstractPreferences | |
Creates a new AbstractPreferences node with the given parent and name.
|
Methods with return type java.util.prefs.AbstractPreferences | |
AbstractPreferences[] | Returns all known unremoved children of this node.
|
AbstractPreferences | Returns a child note with the given name.
|
AbstractPreferences | Returns the child sub node if it exists in the backing store or null
if it does not exist. |
Classes derived from java.util.prefs.AbstractPreferences | |
class | This is a simple file-based preference implementation which writes
the preferences as properties files. |
class | This is a GConf based preference implementation which writes the preferences
as GConf key-value pairs. |
class | A Preference node which holds all entries in memory
|
Constructors with parameter type java.util.prefs.AbstractPreferences | |
GConfBasedPreferences.GConfBasedPreferences(AbstractPreferences parent, String name, boolean isUser) Creates a new preference node given a parent node and a name, which has to
be relative to its parent. |
Methods with return type java.util.prefs.AbstractPreferences | |
AbstractPreferences | |
AbstractPreferences | Returns a child node with the given name.
|
AbstractPreferences | Returns a new node with the given name with as parent this node and
with the isUser flag set to the same value as this node.
|