|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.amoebacode.blackjack.display.combobox.ComboBoxFactory
ComboBoxFactory handles initial creation of all user combo boxes.
| Constructor Summary | |
ComboBoxFactory()
|
|
| Method Summary | |
static AnimationComboBox |
getAnimationComboBox(PreferencesDisplay preferences)
Creates and returns an animation combo box. |
static AudioComboBox |
getAudioComboBox(PreferencesDisplay preferences)
Creates and returns an audio combo box. |
static DASComboBox |
getDASComboBox(HouseRulesDisplay houseRules)
Creates and returns a double after split combo box. |
static DecksComboBox |
getDecksComboBox(HouseRulesDisplay houseRules)
Creates and returns a decks combo box. |
static DoubleAnyComboBox |
getDoubleAnyComboBox(HouseRulesDisplay houseRules)
Creates and returns a double any combo box. |
static SoftSeventeenComboBox |
getSoftSeventeenComboBox(HouseRulesDisplay houseRules)
Creates and returns a soft seventeen combo box. |
static StrategyComboBox |
getStrategyComboBox(PreferencesDisplay preferences)
Creates and returns a strategy combo box. |
static SurrenderComboBox |
getSurrenderComboBox(HouseRulesDisplay houseRules)
Creates and returns a surrender combo box. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ComboBoxFactory()
| Method Detail |
public static AnimationComboBox getAnimationComboBox(PreferencesDisplay preferences)
preferences - the PreferencesDisplay parentpublic static AudioComboBox getAudioComboBox(PreferencesDisplay preferences)
preferences - the PreferencesDisplay parentpublic static DASComboBox getDASComboBox(HouseRulesDisplay houseRules)
houseRules - the HouseRulesDisplay parentpublic static DecksComboBox getDecksComboBox(HouseRulesDisplay houseRules)
houseRules - the HouseRulesDisplay parentpublic static DoubleAnyComboBox getDoubleAnyComboBox(HouseRulesDisplay houseRules)
houseRules - the HouseRulesDisplay parentpublic static SoftSeventeenComboBox getSoftSeventeenComboBox(HouseRulesDisplay houseRules)
houseRules - the HouseRulesDisplay parentpublic static StrategyComboBox getStrategyComboBox(PreferencesDisplay preferences)
preferences - the PreferencesDisplay parentpublic static SurrenderComboBox getSurrenderComboBox(HouseRulesDisplay houseRules)
houseRules - the HouseRulesDisplay parent
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||