Searched defs:WindowsPreferences (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java46 class WindowsPreferences extends AbstractPreferences{ class in inherits:AbstractPreferences
86 new WindowsPreferences(USER_ROOT_NATIVE_HANDLE, WINDOWS_ROOT_PATH);
92 new WindowsPreferences(SYSTEM_ROOT_NATIVE_HANDLE, WINDOWS_ROOT_PATH);
382 * Constructs a <tt>WindowsPreferences</tt> node, creating underlying
387 private WindowsPreferences(WindowsPreferences parent, String name) { method in class:WindowsPreferences
419 private WindowsPreferences(int rootNativeHandle, byte[] rootDirectory) { method in class:WindowsPreferences
832 return new WindowsPreferences(this, name);
843 ((WindowsPreferences)parent()).openKey(DELETE);

Completed in 45 milliseconds