Package org.rspeer.game.gameval
Class DBTableId.SailingSidepanelWidgetButton
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingSidepanelWidgetButton
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingSidepanelWidgetButton.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DEFAULT_GRAPHIC(integer, integer)static intCOL_DEFAULT_OPTEXTstringstatic intCOL_TOGGLE_ENABLEDintegerstatic intCOL_TOGGLE_GRAPHIC(integer, integer)static intCOL_TOGGLE_OPTEXTstringstatic intID
-
Constructor Summary
Constructors Constructor Description SailingSidepanelWidgetButton()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DEFAULT_OPTEXT
public static final int COL_DEFAULT_OPTEXT
string- See Also:
- Constant Field Values
-
COL_DEFAULT_GRAPHIC
public static final int COL_DEFAULT_GRAPHIC
(integer, integer)- See Also:
- Constant Field Values
-
COL_TOGGLE_ENABLED
public static final int COL_TOGGLE_ENABLED
integer- See Also:
- Constant Field Values
-
COL_TOGGLE_OPTEXT
public static final int COL_TOGGLE_OPTEXT
string- See Also:
- Constant Field Values
-
COL_TOGGLE_GRAPHIC
public static final int COL_TOGGLE_GRAPHIC
(integer, integer)- See Also:
- Constant Field Values
-
-