Blackjack

com.amoebacode.blackjack.display.combobox
Class PreferencesComboBox

java.lang.Object
  |
  +--com.amoebacode.blackjack.display.DisplayElement
        |
        +--com.amoebacode.blackjack.display.combobox.ComboBoxBase
              |
              +--com.amoebacode.blackjack.display.combobox.PreferencesComboBox
Direct Known Subclasses:
AnimationComboBox, AudioComboBox, StrategyComboBox

public abstract class PreferencesComboBox
extends ComboBoxBase

PreferencesComboBox is the base class for all preferences 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 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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PreferencesComboBox

protected PreferencesComboBox(PreferencesDisplay preferences)
Default protected constructor.
Parameters:
preferences - the set of game preferences
Method Detail

getPreferencesDisplay

protected PreferencesDisplay getPreferencesDisplay()
Returns the set of game preferences.
Returns:
the PreferencesDisplay parent

Blackjack

Copyright © 2002 amoebacode.com.