Blackjack

com.amoebacode.blackjack.display
Class ToolTipRegistry

java.lang.Object
  |
  +--com.amoebacode.blackjack.display.ToolTipRegistry

public abstract class ToolTipRegistry
extends java.lang.Object

ToolTipRegistry keeps all help text that appears when the user mouses over a button or select box.

Version:
0.9
Author:
Jason Gurney

Field Summary
static java.lang.String ANIMATION_TIP
          The help text for the animation speed select box
static java.lang.String AUDIO_TIP
          The help text for the audio select box
static java.lang.String DAS_TIP
          The help text for the double after split select box
static java.lang.String DEAL_TIP
          The help text for the deal button
static java.lang.String DECKS_TIP
          The help text for the decks select box
static java.lang.String DOUBLE_ANY_TIP
          The help text for the double down availability select box
static java.lang.String DOUBLE_DOWN_TIP
          The help text for the double down button
static java.lang.String HIT_TIP
          The help text for the hit button
static java.lang.String INSURANCE_TIP
          The help text for the buy insurance button
static java.lang.String LOWER_TIP
          The help text for the lower bet button
static java.lang.String NO_INSURANCE_TIP
          The help text for the decline insurance button
static java.lang.String OPTIONS_BUTTON_TIP
          The help text for the house rules button
static java.lang.String OPTIONS_TIP
          The help text for the save house rules button
static java.lang.String PREFERENCES_BUTTON_TIP
          The help text for the preferences button
static java.lang.String PREFERENCES_TIP
          The help text for the save preferences button
static java.lang.String RAISE_TIP
          The help text for the raise bet button
static java.lang.String SHUFFLE_TIP
          The help text for the shuffle button
static java.lang.String SOFT_SEVENTEEN_TIP
          The help text for the soft 17 select box
static java.lang.String SPLIT_TIP
          The help text for the split button
static java.lang.String STAND_TIP
          The help text for the stand button
static java.lang.String STRATEGY_TIP
          The help text for the basic strategy tutor select box
static java.lang.String SURRENDER_BUTTON_TIP
          The help text for the surrender button
static java.lang.String SURRENDER_TIP
          The help text for the surrender availability select box
 
Constructor Summary
ToolTipRegistry()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ANIMATION_TIP

public static final java.lang.String ANIMATION_TIP
The help text for the animation speed select box

STRATEGY_TIP

public static final java.lang.String STRATEGY_TIP
The help text for the basic strategy tutor select box

AUDIO_TIP

public static final java.lang.String AUDIO_TIP
The help text for the audio select box

PREFERENCES_TIP

public static final java.lang.String PREFERENCES_TIP
The help text for the save preferences button

DECKS_TIP

public static final java.lang.String DECKS_TIP
The help text for the decks select box

SOFT_SEVENTEEN_TIP

public static final java.lang.String SOFT_SEVENTEEN_TIP
The help text for the soft 17 select box

DOUBLE_ANY_TIP

public static final java.lang.String DOUBLE_ANY_TIP
The help text for the double down availability select box

SURRENDER_TIP

public static final java.lang.String SURRENDER_TIP
The help text for the surrender availability select box

DAS_TIP

public static final java.lang.String DAS_TIP
The help text for the double after split select box

OPTIONS_TIP

public static final java.lang.String OPTIONS_TIP
The help text for the save house rules button

RAISE_TIP

public static final java.lang.String RAISE_TIP
The help text for the raise bet button

LOWER_TIP

public static final java.lang.String LOWER_TIP
The help text for the lower bet button

DEAL_TIP

public static final java.lang.String DEAL_TIP
The help text for the deal button

SHUFFLE_TIP

public static final java.lang.String SHUFFLE_TIP
The help text for the shuffle button

OPTIONS_BUTTON_TIP

public static final java.lang.String OPTIONS_BUTTON_TIP
The help text for the house rules button

PREFERENCES_BUTTON_TIP

public static final java.lang.String PREFERENCES_BUTTON_TIP
The help text for the preferences button

HIT_TIP

public static final java.lang.String HIT_TIP
The help text for the hit button

STAND_TIP

public static final java.lang.String STAND_TIP
The help text for the stand button

DOUBLE_DOWN_TIP

public static final java.lang.String DOUBLE_DOWN_TIP
The help text for the double down button

SPLIT_TIP

public static final java.lang.String SPLIT_TIP
The help text for the split button

SURRENDER_BUTTON_TIP

public static final java.lang.String SURRENDER_BUTTON_TIP
The help text for the surrender button

INSURANCE_TIP

public static final java.lang.String INSURANCE_TIP
The help text for the buy insurance button

NO_INSURANCE_TIP

public static final java.lang.String NO_INSURANCE_TIP
The help text for the decline insurance button
Constructor Detail

ToolTipRegistry

public ToolTipRegistry()

Blackjack

Copyright © 2002 amoebacode.com.