Package | Description |
---|---|
viptool.preferences |
Modifier and Type | Method and Description |
---|---|
IPreferenceNode |
IPreferenceStore.getPreferenceChildNode(String key)
Get one child of the PreferncesStore, that belongs to the key.
|
IPreferenceNode |
IPreferenceNode.getPreferenceChildNode(String key)
Get one child of this PreferncesNode, that belongs to the key.
|
Modifier and Type | Method and Description |
---|---|
void |
IPreferenceStore.addPreferenceChildNode(IPreferenceNode node)
Add a new child to this PreferenceStore, that can contain new preferences.
|
void |
IPreferenceNode.addPreferenceChildNode(IPreferenceNode node)
Add a new child to this PreferenceNode, that contains new preferences.
|