Class mheg5.POM.PButton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.POM.PButton

java.lang.Object
   |
   +----mheg5.POM.PVisible
           |
           +----mheg5.POM.PButton

public class PButton
extends PVisible
implements PInteractible

Variable Index

 o buttonColor
 o highlight_flag
 o highlightColor
 o selected

Constructor Index

 o PButton()

Method Index

 o Deselected()
 o DisplayFeedback(AIInteractible, Color, boolean)
 o Selected()
 o SetButtonColour(Color)
 o SetHighlightColor(Color)

Variables

 o highlight_flag
  protected boolean highlight_flag
 o highlightColor
  protected Color highlightColor
 o selected
  protected boolean selected
 o buttonColor
  protected Color buttonColor

Constructors

 o PButton
  public PButton()

Methods

 o SetButtonColour
  public void SetButtonColour(Color _buttonColour)
 o Selected
  public void Selected()
 o Deselected
  public void Deselected()
 o SetHighlightColor
  public void SetHighlightColor(Color _highlightColor)
 o DisplayFeedback
  public void DisplayFeedback(AIInteractible interactible,
                              Color _highlightColor,
                              boolean _actual_highlight_flag)

All Packages  Class Hierarchy  This Package  Previous  Next  Index