| Package | Description |
|---|---|
| rs.baselib.prefs |
Preference Alternatice (kept for reference) - Experimental.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Preferences
Default implementation of preferences.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPreferences |
Preferences.createNode(AbstractPreferences parent,
String name)
Subclasses must implement this to return a new child node.
|
protected abstract AbstractPreferences |
AbstractPreferences.createNode(AbstractPreferences parent,
String name)
Subclasses must implement this to return a new child node.
|
protected AbstractPreferences |
AbstractPreferences.getRootNode()
Returns the root node of this node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPreferences.addNode(AbstractPreferences child)
Adds the given node.
|
protected AbstractPreferences |
Preferences.createNode(AbstractPreferences parent,
String name)
Subclasses must implement this to return a new child node.
|
protected abstract AbstractPreferences |
AbstractPreferences.createNode(AbstractPreferences parent,
String name)
Subclasses must implement this to return a new child node.
|
protected void |
AbstractPreferences.removeNode(AbstractPreferences child)
Removes the given node.
|
| Constructor and Description |
|---|
AbstractPreferences(AbstractPreferences parent,
String name)
Constructor.
|
Preferences(AbstractPreferences parent,
String name)
Constructor.
|
Copyright © 2014. All rights reserved.