GNU Classpath (0.95) | |
Frames | No Frames |
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 | Preferences.systemNodeForPackage(Class> c) 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 | Preferences.userNodeForPackage(Class> c) 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. |
GNU Classpath (0.95) |