Uses of Class
java.util.prefs.AbstractPreferences
Package
Description
This package allows applications to store and retrieve user and system
preference and configuration data.
-
Uses of AbstractPreferences in java.util.prefs
Modifier and TypeMethodDescriptionprotected final AbstractPreferences[]
AbstractPreferences.cachedChildren()
Returns all known unremoved children of this node.protected abstract AbstractPreferences
Returns the named child of this preference node, creating it if it does not already exist.protected AbstractPreferences
Returns the named child if it exists, ornull
if it does not.ModifierConstructorDescriptionprotected
AbstractPreferences
(AbstractPreferences parent, String name) Creates a preference node with the specified parent and the specified name relative to its parent.