Searched refs:childSpi (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/util/prefs/
H A DPrefsSpi.sh62 public AbstractPreferences childSpi(String x) { return null; }
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DAbstractPreferences.java49 * {@link #removeSpi(String)}, {@link #childSpi(String)}, {@link
69 * #removeSpi(String)} and {@link #childSpi(String)} have more complicated
86 * childSpi</tt> <i>should</i> throw an exception: if the caller lacks
156 * prior to calling childSpi() or getChild().
771 * exceed <tt>MAX_NAME_LENGTH</tt>. Then the {@link #childSpi(String)}
779 * child-cache or returned by <tt>childSpi</tt> is returned by this
831 child = childSpi(token);
851 * #childSpi(String)}.
921 * #childSpi(String)} method is invoked to create a <tt>Preferences</tt>
962 kidCache.put(kidNames[i], childSpi(kidName
1292 protected abstract AbstractPreferences childSpi(String name); method in class:AbstractPreferences
[all...]
/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferences.java82 // Called by childSpi().
199 protected AbstractPreferences childSpi(String name) method in class:MacOSXPreferences
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java825 * Implements <tt>AbstractPreferences</tt> <tt>childSpi()</tt> method.
831 protected AbstractPreferences childSpi(String name) { method in class:WindowsPreferences
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java493 * parent node and name. This constructor, called from childSpi,
663 protected AbstractPreferences childSpi(String name) { method in class:FileSystemPreferences

Completed in 81 milliseconds