| Package | Description |
|---|---|
| com.alee.managers.settings |
| Modifier and Type | Method and Description |
|---|---|
ReadState |
SettingsGroupState.getReadState()
Returns
ReadState for SettingsGroup. |
static ReadState |
ReadState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadState[] |
ReadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsGroupState.setReadState(ReadState readState)
Sets
ReadState for SettingsGroup. |
| Constructor and Description |
|---|
SettingsGroupState(ReadState readState)
Constructs new
SettingsGroupState. |
SettingsGroupState(ReadState readState,
Throwable error)
Constructs new
SettingsGroupState. |
Copyright © 2020. All rights reserved.