Uses of Class java.util.prefs.Preferences

Uses in package gnu.javax.sound.sampled.gstreamer.lines

Fields of type java.util.prefs.Preferences

Preferences

Uses in package java.util.prefs

Classes derived from java.util.prefs.Preferences

class
Partial implementation of a Preference node.

Constructors with parameter type java.util.prefs.Preferences

Creates a new NodeChangeEvent.
Creates a new PreferenceChangeEvent.

Methods with return type java.util.prefs.Preferences

Preferences
Returns the child preference subnode that was added or removed.
Preferences
Returns the source Preference node from which an entry was added, changed or removed.
Preferences
Returns the source parent preference node from which a subnode was added or removed.
Preferences
Returns a sub node of this preferences node if the given path is relative (does not start with a '/') or a sub node of the root if the path is absolute (does start with a '/').
Preferences
Returns a sub node of this preferences node if the given path is relative (does not start with a '/') or a sub node of the root if the path is absolute (does start with a '/').
Preferences
Returns the parent preferences node of this node or null if this is the root of the preferences tree.
Preferences
Returns the parent preferences node of this node or null if this is the root of the preferences tree.
Preferences
Returns the system preferences node for the package of a class.
Preferences
Returns the system preferences root node containing usefull preferences for all users.
Preferences
Returns the system root preferences node.
Preferences
Returns the user preferences node for the package of a class.
Preferences
Returns the user preferences root node containing preferences for the the current user.
Preferences
Returns the user root preferences node.

Uses in package gnu.java.util.prefs

Classes derived from java.util.prefs.Preferences

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.Preferences

Creates a new NodeWriter for the given preferences node and outputstream.

Methods with return type java.util.prefs.Preferences

Preferences
Returns the system root preferences node.
Preferences
Returns the system root preference node.
Preferences
Preferences
Returns the user root preferences node.
Preferences
Returns the user root preference node corresponding to the calling user.
Preferences

Uses in package gnu.java.awt.peer

Fields of type java.util.prefs.Preferences

Preferences
Preference subsystem.