Package org.rspeer.game.gameval
Class InterfaceId.CombinationLock
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.CombinationLock
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.CombinationLock extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCLOSE_BUTTONstatic intCONFIRM_BUTTONstatic intCONTENTSstatic intFRAMEstatic intLOCKstatic intMAINstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description CombinationLock()
-
-
-
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
-
LOCK
public static final int LOCK
- 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
-
-