Package org.rspeer.game.gameval
Class InterfaceId.IronmanSetup
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.IronmanSetup
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.IronmanSetup extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBUTTON_CONTAINERstatic intCOM_11static intCOM_6static intCONTENTSstatic intCURRENTstatic intDOWNGRADE_CANCELstatic intDOWNGRADE_CONTAINERstatic intDOWNGRADE_LONGstatic intDOWNGRADE_SHORTstatic intFRAMEstatic intGIM_BUTTONstatic intGIM_INFOstatic intHCGIM_BUTTONstatic intHCGIM_INFOstatic intHCIM_BUTTONstatic intHCIM_INFOstatic intIM_BUTTONstatic intIM_INFOstatic intINFINITEstatic intINFO_CONTAINERstatic intNONE_BUTTONstatic intNONE_INFOstatic intPOPUPstatic intSCROLLBARstatic intSCROLLINGstatic intUGIM_BUTTONstatic intUGIM_INFOstatic intUIM_BUTTONstatic intUIM_INFOstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description IronmanSetup()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
SCROLLING
public static final int SCROLLING
- See Also:
- Constant Field Values
-
CURRENT
public static final int CURRENT
- See Also:
- Constant Field Values
-
COM_6
public static final int COM_6
- See Also:
- Constant Field Values
-
DOWNGRADE_CONTAINER
public static final int DOWNGRADE_CONTAINER
- See Also:
- Constant Field Values
-
DOWNGRADE_SHORT
public static final int DOWNGRADE_SHORT
- See Also:
- Constant Field Values
-
DOWNGRADE_LONG
public static final int DOWNGRADE_LONG
- See Also:
- Constant Field Values
-
DOWNGRADE_CANCEL
public static final int DOWNGRADE_CANCEL
- See Also:
- Constant Field Values
-
COM_11
public static final int COM_11
- See Also:
- Constant Field Values
-
INFO_CONTAINER
public static final int INFO_CONTAINER
- See Also:
- Constant Field Values
-
NONE_INFO
public static final int NONE_INFO
- See Also:
- Constant Field Values
-
IM_INFO
public static final int IM_INFO
- See Also:
- Constant Field Values
-
UIM_INFO
public static final int UIM_INFO
- See Also:
- Constant Field Values
-
HCIM_INFO
public static final int HCIM_INFO
- See Also:
- Constant Field Values
-
GIM_INFO
public static final int GIM_INFO
- See Also:
- Constant Field Values
-
HCGIM_INFO
public static final int HCGIM_INFO
- See Also:
- Constant Field Values
-
UGIM_INFO
public static final int UGIM_INFO
- See Also:
- Constant Field Values
-
BUTTON_CONTAINER
public static final int BUTTON_CONTAINER
- See Also:
- Constant Field Values
-
NONE_BUTTON
public static final int NONE_BUTTON
- See Also:
- Constant Field Values
-
IM_BUTTON
public static final int IM_BUTTON
- See Also:
- Constant Field Values
-
UIM_BUTTON
public static final int UIM_BUTTON
- See Also:
- Constant Field Values
-
HCIM_BUTTON
public static final int HCIM_BUTTON
- See Also:
- Constant Field Values
-
GIM_BUTTON
public static final int GIM_BUTTON
- See Also:
- Constant Field Values
-
HCGIM_BUTTON
public static final int HCGIM_BUTTON
- See Also:
- Constant Field Values
-
UGIM_BUTTON
public static final int UGIM_BUTTON
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
-