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

Method Index

 o getBooleanStateGroup()
Determines the group of this boolean state.
 o getState()
Returns the boolean state of this object.
 o setState(boolean)
Sets the state of this object to be the specified boolean state.
 o setStateInternal(boolean)
Helper method for BooleanStateGroup.setSelectedBooleanState.

Methods

 o getState
 public abstract boolean getState()
Returns the boolean state of this object.

 o setState
 public abstract void setState(boolean state)
Sets the state of this object to be the specified boolean state.

 o setStateInternal
 public abstract void setStateInternal(boolean b)
Helper method for BooleanStateGroup.setSelectedBooleanState.

See Also:
setSelectedBooleanState
 o getBooleanStateGroup
 public abstract BooleanStateGroup getBooleanStateGroup()
Determines the group of this boolean state.


All Packages  Class Hierarchy  This Package  Previous  Next  Index