| Package | Description |
|---|---|
| com.alee.managers.settings |
| Modifier and Type | Method and Description |
|---|---|
static SettingsGroup |
SettingsManager.getSettingsGroup(String group)
Returns settings group for the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SettingsGroup> |
SettingsManager.getLoadedGroups()
Returns list of all loaded settings groups.
|
static Map<String,SettingsGroup> |
SettingsManager.getLoadedGroupsMap()
Returns map of all loaded settings groups.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SettingsManager.saveSettingsGroup(SettingsGroup settingsGroup)
Saves specified
SettingsGroup. |
Copyright © 2020. All rights reserved.