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
-
BUTTON_STYLE_CHECKBOX
-
-
BUTTON_STYLE_PUSHBUTTON
-
-
BUTTON_STYLE_RADIOBUTTON
-
-
ButtonStyle
- Own exchanged attribute ButtonStyle
-
SwitchButton()
- Constructor for a SwitchButton Object
-
Activation()
- Activation
-
Deactivation()
- Deactivation
-
Deselect()
- Deselect
-
Destruction()
- Destruction
-
GetSelectionStatus(BooleanVariable)
- GetSelectionStatus (SelectionStatusVar)
-
Preparation()
-
-
Select()
- Select
-
SetInternalAttributes()
- Set up the internal attributes.
-
SetLabel(String)
- SetLabel
-
Toggle()
- Toggle
ButtonStyle
public int ButtonStyle
- Own exchanged attribute ButtonStyle
BUTTON_STYLE_PUSHBUTTON
public final static int BUTTON_STYLE_PUSHBUTTON
BUTTON_STYLE_RADIOBUTTON
public final static int BUTTON_STYLE_RADIOBUTTON
BUTTON_STYLE_CHECKBOX
public final static int BUTTON_STYLE_CHECKBOX
SwitchButton
public SwitchButton()
- Constructor for a SwitchButton Object
Preparation
public void Preparation()
- Overrides:
- Preparation in class PushButton
Destruction
public void Destruction()
- Destruction
- Overrides:
- Destruction in class PushButton
Activation
public void Activation()
- Activation
- Overrides:
- Activation in class PushButton
Deactivation
public void Deactivation()
- Deactivation
- Overrides:
- Deactivation in class PushButton
SetInternalAttributes
public void SetInternalAttributes()
- Set up the internal attributes.
- Overrides:
- SetInternalAttributes in class PushButton
GetSelectionStatus
public void GetSelectionStatus(BooleanVariable bv)
- GetSelectionStatus (SelectionStatusVar)
Select
public void Select()
- Select
- Overrides:
- Select in class PushButton
Deselect
public void Deselect()
- Deselect
- Overrides:
- Deselect in class Button
Toggle
public void Toggle()
- Toggle
SetLabel
public void SetLabel(String newLabel)
- SetLabel
- Overrides:
- SetLabel in class PushButton
All Packages Class Hierarchy This Package Previous Next Index