Blackjack

com.amoebacode.blackjack.display.combobox
Class HouseRulesComboBox

java.lang.Object
  |
  +--com.amoebacode.blackjack.display.DisplayElement
        |
        +--com.amoebacode.blackjack.display.combobox.ComboBoxBase
              |
              +--com.amoebacode.blackjack.display.combobox.HouseRulesComboBox
Direct Known Subclasses:
DASComboBox, DecksComboBox, DoubleAnyComboBox, SoftSeventeenComboBox, SurrenderComboBox

public abstract class HouseRulesComboBox
extends ComboBoxBase

HouseRulesComboBox is the base class for all house rules combo boxes.

Version:
0.9
Author:
Jason Gurney

Fields inherited from class com.amoebacode.blackjack.display.combobox.ComboBoxBase
comboBox, HEIGHT, WIDTH
 
Fields inherited from class com.amoebacode.blackjack.display.DisplayElement
parent
 
Constructor Summary
protected HouseRulesComboBox(HouseRulesDisplay houseRules)
          Default protected constructor.
 
Method Summary
protected  HouseRulesDisplay getHouseRulesDisplay()
          Returns the set of casino options.
 
Methods inherited from class com.amoebacode.blackjack.display.combobox.ComboBoxBase
clear, getHeight, getOptions, getSelectedIndex, getToolTipText, getWidth, getXPos, getYPos, performAction, performAction, setupComboBox, setVisible
 
Methods inherited from class com.amoebacode.blackjack.display.DisplayElement
executeGameCommand, getDisplayManager, getGameDisplay, getParent, hasParent, playGameClip, queueAction, resumeQueue
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

HouseRulesComboBox

protected HouseRulesComboBox(HouseRulesDisplay houseRules)
Default protected constructor.
Parameters:
houseRules - the set of casino options
Method Detail

getHouseRulesDisplay

protected HouseRulesDisplay getHouseRulesDisplay()
Returns the set of casino options.
Returns:
the HouseRulesDisplay parent

Blackjack

Copyright © 2002 amoebacode.com.