Group of settings and subgroup objects
A SettingsGroup
is an object within the settings hierarchical
tree. At the top of the tree is the root SettingsGroup
. Each
SettingsGroup
can contain a collection of other
SettingsGroup
and Setting
objects.
addSetting | Add new setting |
addGroup | Add new settings group |
removeGroup | Remove settings group |
removeSetting | Remove setting |
hasGroup | Determine if settings group exists |
hasSetting | Determine if setting exists in settings group |