Home | History | Annotate | Download | only in prefs

Lines Matching refs:prefs

27 package java.util.prefs;
39 * XML Support for java.util.prefs. Methods to import and export preference
140 Preferences prefs, boolean subTree) throws BackingStoreException
148 synchronized (((AbstractPreferences)prefs).lock) {
151 if (((AbstractPreferences)prefs).isRemoved()) {
156 String[] keys = prefs.keys();
163 entry.setAttribute("value", prefs.get(keys[i], null));
168 kidNames = prefs.childrenNames();
171 kidsCopy[i] = prefs.node(kidNames[i]);
231 * Create a new prefs XML document.
362 * the specified OutputStream as per the prefs DTD. This is used
386 * to contain a map document as per the prefs DTD. This is used