Uses of Class
dbrown.Hangman.GameStateFlags

Uses of Hangman.GameStateFlags in dbrown
 

Fields in dbrown declared as Hangman.GameStateFlags
private  Hangman.GameStateFlags Hangman.gameState
          Contains the current state of the game.
 

Methods in dbrown that return Hangman.GameStateFlags
static Hangman.GameStateFlags Hangman.GameStateFlags.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Hangman.GameStateFlags[] Hangman.GameStateFlags.values()
          Returns an array containing the constants of this enum type, in the order they are declared.