|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.managers.settings.SettingsGroupState
public class SettingsGroupState
This class contains information about single SettingsGroup read state.
SettingsManager
,
SettingsGroup
,
Serialized FormConstructor Summary | |
---|---|
SettingsGroupState()
Constructs none SettingsGroupState. |
|
SettingsGroupState(ReadState readState)
Constructs SettingsGroupState with the specified read state. |
|
SettingsGroupState(ReadState readState,
java.lang.Throwable error)
Constructs SettingsGroupState with the specified read state and occured error. |
Method Summary | |
---|---|
java.lang.Throwable |
getError()
Returns occured error. |
ReadState |
getReadState()
Returns SettingsGroup read state. |
void |
setError(java.lang.Throwable error)
Sets occured error. |
void |
setReadState(ReadState readState)
Sets SettingsGroup read state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SettingsGroupState()
public SettingsGroupState(ReadState readState)
readState
- read statepublic SettingsGroupState(ReadState readState, java.lang.Throwable error)
readState
- read stateerror
- occured errorMethod Detail |
---|
public ReadState getReadState()
public void setReadState(ReadState readState)
readState
- new SettingsGroup read statepublic java.lang.Throwable getError()
public void setError(java.lang.Throwable error)
error
- occured error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |