| Package | Description |
|---|---|
| ucar.util.prefs |
The ucar.util.prefs package is an extension of the jdk1.4 package java.util.prefs.
|
| Modifier and Type | Method and Description |
|---|---|
PreferencesExt |
XMLStore.getPreferences()
Get the root Preferences node.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PreferencesExt.setSystemRoot(PreferencesExt prefs)
Set the system root you get when you call Preferences.systemRoot().
|
static void |
PreferencesExt.setUserRoot(PreferencesExt prefs)
Set the user root you get when you call Preferences.userRoot().
|
| Constructor and Description |
|---|
PreferencesExt(PreferencesExt parent,
java.lang.String name)
Constructor.
|