Class mheg5.OBJ.PushButton
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.PushButton
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
- public class PushButton
- extends Button
- implements AIPushButton
-
characterSet
- Own exchanged attribute CharacterSet
-
label
- Internal attribute Label
-
origLabel
- Own exchanged attribute OriginalLabel
-
PushButton()
- Constructor for a PushButton Object
-
Activation()
- Activation
-
Deactivation()
- Deactivation
-
Destruction()
- Destruction
-
GetLabel()
-
-
GetLabel(OctetStringVar)
- GetLabel (LabelVar)
-
Preparation()
-
-
Select()
- Select
-
SetInternalAttributes()
- Set up the internal attributes.
-
SetLabel(String)
- SetLabel (NewLabel)
origLabel
public String origLabel
- Own exchanged attribute OriginalLabel
characterSet
public int characterSet
- Own exchanged attribute CharacterSet
label
protected String label
- Internal attribute Label
PushButton
public PushButton()
- Constructor for a PushButton Object
Preparation
public void Preparation()
- Overrides:
- Preparation in class Visible
Destruction
public void Destruction()
- Destruction
- Overrides:
- Destruction in class Visible
Activation
public void Activation()
- Activation
- Overrides:
- Activation in class Visible
Deactivation
public void Deactivation()
- Deactivation
- Overrides:
- Deactivation in class Visible
SetInternalAttributes
public void SetInternalAttributes()
- Set up the internal attributes.
- Overrides:
- SetInternalAttributes in class Button
Select
public void Select()
- Select
- Overrides:
- Select in class Button
SetLabel
public void SetLabel(String newLabel)
- SetLabel (NewLabel)
GetLabel
public void GetLabel(OctetStringVar ostring)
- GetLabel (LabelVar)
GetLabel
public String GetLabel()
All Packages Class Hierarchy This Package Previous Next Index