| Package | Description |
|---|---|
| org.mdiutil.prefs |
This package contains an implementation of the java preferences classes,
allowing to use these preferences in a network.
|
| Modifier and Type | Field and Description |
|---|---|
protected NetworkPreferences |
NetworkPreferences.myparent |
| Modifier and Type | Method and Description |
|---|---|
NetworkPreferences |
MemoryPreferencesFactory.systemRootAsNetwork()
convenience method that return the same object as
MemoryPreferencesFactory.systemRoot(). |
NetworkPreferences |
NetworkPreferencesFactory.systemRootAsNetwork()
Convenience method that return the same object as
NetworkPreferencesFactory.systemRoot(). |
NetworkPreferences |
FilePreferencesFactory.userRootAsNetwork()
A Convenience method that return the same object as
FilePreferencesFactory.userRoot(). |
NetworkPreferences |
MemoryPreferencesFactory.userRootAsNetwork()
convenience method that return the same object as
MemoryPreferencesFactory.userRoot(). |
NetworkPreferences |
NetworkPreferencesFactory.userRootAsNetwork()
Convenience method that return the same object as
NetworkPreferencesFactory.userRoot(). |
| Constructor and Description |
|---|
NetworkPreferences(NetworkPreferences parent,
String name)
Creates a preference node with the specified parent and the specified name relative to its parent.
|