|
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.button.ButtonBase
|
+--com.amoebacode.blackjack.display.button.GameButton
|
+--com.amoebacode.blackjack.display.button.SaveButton
SaveButton is the base class for the save house rules and save preferences buttons.
| Field Summary | |
protected static int |
WIDTH
The width of the button |
| Fields inherited from class com.amoebacode.blackjack.display.button.GameButton |
game |
| Fields inherited from class com.amoebacode.blackjack.display.button.ButtonBase |
button, buttonListener, HEIGHT |
| Fields inherited from class com.amoebacode.blackjack.display.DisplayElement |
parent |
| Constructor Summary | |
protected |
SaveButton(GameDisplay game)
Default protected constructor. |
| Method Summary | |
protected int |
getWidth()
Returns the width of the button. |
| Methods inherited from class com.amoebacode.blackjack.display.button.GameButton |
actionPreamble, performAction, setupButton |
| Methods inherited from class com.amoebacode.blackjack.display.button.ButtonBase |
activate, clear, disable, displayDisable, getButtonListener, getButtonText, getHeight, getToolTipText, getXPos, getYPos, hide, setMouseEnteredBackground, setMouseExitedBackground |
| Methods inherited from class com.amoebacode.blackjack.display.DisplayElement |
executeGameCommand, getDisplayManager, getGameDisplay, getParent, hasParent, playGameClip, queueAction, resumeQueue |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected static final int WIDTH
| Constructor Detail |
protected SaveButton(GameDisplay game)
game - the GameDisplay parent| Method Detail |
protected int getWidth()
getWidth in class ButtonBase
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||