Frames | No Frames |
Classes derived from java.util.prefs.AbstractPreferences | |
class | A Preference node which holds all entries in memory
|
Methods with return type java.util.prefs.AbstractPreferences | |
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.
|
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. |