public interface BooleanState
BooleanState| 修飾子とタイプ | メソッドと説明 |
|---|---|
BooleanStateGroup |
getBooleanStateGroup()
Determines the group of this boolean state.
|
boolean |
getState()
Returns the boolean state of this object.
|
void |
setState(boolean state)
Sets the state of this object to be the specified boolean state.
|
void |
setStateInternal(boolean b)
Helper method for
BooleanStateGroup.setSelectedBooleanState. |
boolean getState()
void setState(boolean state)
void setStateInternal(boolean b)
BooleanStateGroup.setSelectedBooleanState.BooleanStateGroup getBooleanStateGroup()