ch.sahits.game.graphic.display.start
Enum StartupView.MouseState

java.lang.Object
  extended by java.lang.Enum<StartupView.MouseState>
      extended by ch.sahits.game.graphic.display.start.StartupView.MouseState
All Implemented Interfaces:
Serializable, Comparable<StartupView.MouseState>
Enclosing class:
StartupView

private static enum StartupView.MouseState
extends Enum<StartupView.MouseState>


Enum Constant Summary
BACK
           
BACK_NEXT
           
CREDITS
           
CREDITS_PAGE
           
HISTORY
           
HISTORY_PAGE
           
LOAD
           
NEW
           
NEXT
           
OPTIONS
           
UNFOCUSED
           
 
Method Summary
static StartupView.MouseState valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StartupView.MouseState[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNFOCUSED

public static final StartupView.MouseState UNFOCUSED

CREDITS

public static final StartupView.MouseState CREDITS

OPTIONS

public static final StartupView.MouseState OPTIONS

HISTORY

public static final StartupView.MouseState HISTORY

LOAD

public static final StartupView.MouseState LOAD

NEW

public static final StartupView.MouseState NEW

CREDITS_PAGE

public static final StartupView.MouseState CREDITS_PAGE

BACK

public static final StartupView.MouseState BACK

HISTORY_PAGE

public static final StartupView.MouseState HISTORY_PAGE

NEXT

public static final StartupView.MouseState NEXT

BACK_NEXT

public static final StartupView.MouseState BACK_NEXT
Method Detail

values

public static StartupView.MouseState[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StartupView.MouseState c : StartupView.MouseState.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StartupView.MouseState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2011 Sahits GmbH. All Rights Reserved.