Uses of Class
com.alee.managers.settings.ReadState

Packages that use ReadState
com.alee.managers.settings   
 

Uses of ReadState in com.alee.managers.settings
 

Methods in com.alee.managers.settings that return ReadState
 ReadState SettingsGroupState.getReadState()
          Returns SettingsGroup read state.
static ReadState ReadState.valueOf(java.lang.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.
 

Methods in com.alee.managers.settings with parameters of type ReadState
 void SettingsGroupState.setReadState(ReadState readState)
          Sets SettingsGroup read state.
 

Constructors in com.alee.managers.settings with parameters of type ReadState
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.