Package org.rspeer.game.gameval
Class InterfaceId.GePricelist
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.GePricelist
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.GePricelist extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDISPLAYMODEstatic intFRAMEstatic intLISTstatic intSCROLLBARstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description GePricelist()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
DISPLAYMODE
public static final int DISPLAYMODE
- See Also:
- Constant Field Values
-
-