All Packages Class Hierarchy This Package Previous Next Index
Interface jp.kyasu.awt.BooleanState
- public interface BooleanState
An interface for the object that has a boolean state.
- Version:
- 15 Aug 1997
- Author:
- Kazuki YASUMATSU
- See Also:
- BooleanState
-
getBooleanStateGroup()
- Determines the group of this boolean state.
-
getState()
- Returns the boolean state of this object.
-
setState(boolean)
- Sets the state of this object to be the specified boolean state.
-
setStateInternal(boolean)
- Helper method for
BooleanStateGroup.setSelectedBooleanState
.
getState
public abstract boolean getState()
- Returns the boolean state of this object.
setState
public abstract void setState(boolean state)
- Sets the state of this object to be the specified boolean state.
setStateInternal
public abstract void setStateInternal(boolean b)
- Helper method for
BooleanStateGroup.setSelectedBooleanState
.
- See Also:
- setSelectedBooleanState
getBooleanStateGroup
public abstract BooleanStateGroup getBooleanStateGroup()
- Determines the group of this boolean state.
All Packages Class Hierarchy This Package Previous Next Index