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

Variable Index

 o characterSet
Own exchanged attribute CharacterSet
 o label
Internal attribute Label
 o origLabel
Own exchanged attribute OriginalLabel

Constructor Index

 o PushButton()
Constructor for a PushButton Object

Method Index

 o Activation()
Activation
 o Deactivation()
Deactivation
 o Destruction()
Destruction
 o GetLabel()
 o GetLabel(OctetStringVar)
GetLabel (LabelVar)
 o Preparation()
 o Select()
Select
 o SetInternalAttributes()
Set up the internal attributes.
 o SetLabel(String)
SetLabel (NewLabel)

Variables

 o origLabel
  public String origLabel
Own exchanged attribute OriginalLabel
 o characterSet
  public int characterSet
Own exchanged attribute CharacterSet
 o label
  protected String label
Internal attribute Label

Constructors

 o PushButton
  public PushButton()
Constructor for a PushButton Object

Methods

 o Preparation
  public void Preparation()
Overrides:
Preparation in class Visible
 o Destruction
  public void Destruction()
Destruction
Overrides:
Destruction in class Visible
 o Activation
  public void Activation()
Activation
Overrides:
Activation in class Visible
 o Deactivation
  public void Deactivation()
Deactivation
Overrides:
Deactivation in class Visible
 o SetInternalAttributes
  public void SetInternalAttributes()
Set up the internal attributes.
Overrides:
SetInternalAttributes in class Button
 o Select
  public void Select()
Select
Overrides:
Select in class Button
 o SetLabel
  public void SetLabel(String newLabel)
SetLabel (NewLabel)
 o GetLabel
  public void GetLabel(OctetStringVar ostring)
GetLabel (LabelVar)
 o GetLabel
  public String GetLabel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index