|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.amoebacode.blackjack.display.DisplayElement
|
+--com.amoebacode.blackjack.display.combobox.ComboBoxBase
|
+--com.amoebacode.blackjack.display.combobox.PreferencesComboBox
PreferencesComboBox is the base class for all preferences combo boxes.
| 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 |
PreferencesComboBox(PreferencesDisplay preferences)
Default protected constructor. |
| Method Summary | |
protected PreferencesDisplay |
getPreferencesDisplay()
Returns the set of game preferences. |
| 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 |
|
| Constructor Detail |
protected PreferencesComboBox(PreferencesDisplay preferences)
preferences - the set of game preferences| Method Detail |
protected PreferencesDisplay getPreferencesDisplay()
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||