Package org.rspeer.game.gameval
Class InterfaceId.NumberPad
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.NumberPad
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.NumberPad extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBUTTONSstatic intCLOSE_BUTTONstatic intCONFIRM_BUTTONstatic intCONTENTSstatic intFRAMEstatic intMAINstatic intOUTPUTstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description NumberPad()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
OUTPUT
public static final int OUTPUT
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
CONFIRM_BUTTON
public static final int CONFIRM_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
-