Package org.rspeer.game.gameval
Class InterfaceId.Itemsets
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.Itemsets
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.Itemsets extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCOM_5static intCOM_6static intCOM_8static intFILTER_BUTTONstatic intFRAMEstatic intITEMLISTstatic intITEMLIST_NO_ITEMSstatic intSCROLLBARstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Itemsets()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
ITEMLIST
public static final int ITEMLIST
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
ITEMLIST_NO_ITEMS
public static final int ITEMLIST_NO_ITEMS
- See Also:
- Constant Field Values
-
COM_5
public static final int COM_5
- See Also:
- Constant Field Values
-
COM_6
public static final int COM_6
- See Also:
- Constant Field Values
-
FILTER_BUTTON
public static final int FILTER_BUTTON
- See Also:
- Constant Field Values
-
COM_8
public static final int COM_8
- See Also:
- Constant Field Values
-
-