Class mheg5.OBJ.SwitchButton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.SwitchButton

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Ingredient
                                   |
                                   +----mheg5.OBJ.Presentable
                                           |
                                           +----mheg5.OBJ.Visible
                                                   |
                                                   +----mheg5.OBJ.Button
                                                           |
                                                           +----mheg5.OBJ.PushButton
                                                                   |
                                                                   +----mheg5.OBJ.SwitchButton

public class SwitchButton
extends PushButton
implements AISwitchButton, AIInteractible

Variable Index

 o BUTTON_STYLE_CHECKBOX
 o BUTTON_STYLE_PUSHBUTTON
 o BUTTON_STYLE_RADIOBUTTON
 o ButtonStyle
Own exchanged attribute ButtonStyle

Constructor Index

 o SwitchButton()
Constructor for a SwitchButton Object

Method Index

 o Activation()
Activation
 o Deactivation()
Deactivation
 o Deselect()
Deselect
 o Destruction()
Destruction
 o GetSelectionStatus(BooleanVariable)
GetSelectionStatus (SelectionStatusVar)
 o Preparation()
 o Select()
Select
 o SetInternalAttributes()
Set up the internal attributes.
 o SetLabel(String)
SetLabel
 o Toggle()
Toggle

Variables

 o ButtonStyle
  public int ButtonStyle
Own exchanged attribute ButtonStyle
 o BUTTON_STYLE_PUSHBUTTON
  public final static int BUTTON_STYLE_PUSHBUTTON
 o BUTTON_STYLE_RADIOBUTTON
  public final static int BUTTON_STYLE_RADIOBUTTON
 o BUTTON_STYLE_CHECKBOX
  public final static int BUTTON_STYLE_CHECKBOX

Constructors

 o SwitchButton
  public SwitchButton()
Constructor for a SwitchButton Object

Methods

 o Preparation
  public void Preparation()
Overrides:
Preparation in class PushButton
 o Destruction
  public void Destruction()
Destruction
Overrides:
Destruction in class PushButton
 o Activation
  public void Activation()
Activation
Overrides:
Activation in class PushButton
 o Deactivation
  public void Deactivation()
Deactivation
Overrides:
Deactivation in class PushButton
 o SetInternalAttributes
  public void SetInternalAttributes()
Set up the internal attributes.
Overrides:
SetInternalAttributes in class PushButton
 o GetSelectionStatus
  public void GetSelectionStatus(BooleanVariable bv)
GetSelectionStatus (SelectionStatusVar)
 o Select
  public void Select()
Select
Overrides:
Select in class PushButton
 o Deselect
  public void Deselect()
Deselect
Overrides:
Deselect in class Button
 o Toggle
  public void Toggle()
Toggle
 o SetLabel
  public void SetLabel(String newLabel)
SetLabel
Overrides:
SetLabel in class PushButton

All Packages  Class Hierarchy  This Package  Previous  Next  Index