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
-
buttonColor
-
-
highlight_flag
-
-
highlightColor
-
-
selected
-
-
PButton()
-
-
Deselected()
-
-
DisplayFeedback(AIInteractible, Color, boolean)
-
-
Selected()
-
-
SetButtonColour(Color)
-
-
SetHighlightColor(Color)
-
highlight_flag
protected boolean highlight_flag
highlightColor
protected Color highlightColor
selected
protected boolean selected
buttonColor
protected Color buttonColor
PButton
public PButton()
SetButtonColour
public void SetButtonColour(Color _buttonColour)
Selected
public void Selected()
Deselected
public void Deselected()
SetHighlightColor
public void SetHighlightColor(Color _highlightColor)
DisplayFeedback
public void DisplayFeedback(AIInteractible interactible,
Color _highlightColor,
boolean _actual_highlight_flag)
All Packages Class Hierarchy This Package Previous Next Index