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

/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferencesFactory.java29 * WindowsPreferences objects.
33 * @see WindowsPreferences
39 * Returns WindowsPreferences.userRoot
42 return WindowsPreferences.userRoot;
46 * Returns WindowsPreferences.systemRoot
49 return WindowsPreferences.systemRoot;
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);
/openjdk7/jdk/make/java/java/
H A DExportedfiles.gmk138 java/util/prefs/WindowsPreferences.java \
H A DMakefile66 java/util/prefs/WindowsPreferences.java \
76 WindowsPreferences.c \

Completed in 37 milliseconds