Package net.runelite.api.gameval
Class InterfaceID.HotkeySettings
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.HotkeySettings
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.HotkeySettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTION_FILTER
static int
ACTION_INFO
static int
ACTION_SELECTION
static int
ACTION_SELECTION_CONTENT
static int
ACTION_SELECTION_FRAME
static int
ACTION0
static int
ACTION1
static int
ACTION10
static int
ACTION11
static int
ACTION12
static int
ACTION13
static int
ACTION14
static int
ACTION15
static int
ACTION16
static int
ACTION17
static int
ACTION18
static int
ACTION19
static int
ACTION2
static int
ACTION20
static int
ACTION21
static int
ACTION22
static int
ACTION23
static int
ACTION24
static int
ACTION25
static int
ACTION3
static int
ACTION4
static int
ACTION5
static int
ACTION6
static int
ACTION7
static int
ACTION8
static int
ACTION9
static int
BACKGROUND
static int
CONTENT
static int
DROPDOWN_BUTTONS
static int
DROPDOWN_BUTTONS_FILTER
static int
DROPDOWN_BUTTONS_HOLDER
static int
DROPDOWN_CLOSE
static int
DROPDOWN_CONTAINER
static int
DROPDOWN_PANEL
static int
DROPDOWN_SCROLLBAR
static int
FILTERS
static int
FILTERS_GRAPHIC0
static int
FILTERS_TEXT1
static int
FRAME
static int
SCROLLBAR
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description HotkeySettings()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
FILTERS
public static final int FILTERS
- See Also:
- Constant Field Values
-
FILTERS_GRAPHIC0
public static final int FILTERS_GRAPHIC0
- See Also:
- Constant Field Values
-
FILTERS_TEXT1
public static final int FILTERS_TEXT1
- See Also:
- Constant Field Values
-
ACTION_FILTER
public static final int ACTION_FILTER
- See Also:
- Constant Field Values
-
ACTION_SELECTION_CONTENT
public static final int ACTION_SELECTION_CONTENT
- See Also:
- Constant Field Values
-
ACTION_INFO
public static final int ACTION_INFO
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
ACTION_SELECTION_FRAME
public static final int ACTION_SELECTION_FRAME
- See Also:
- Constant Field Values
-
ACTION_SELECTION
public static final int ACTION_SELECTION
- See Also:
- Constant Field Values
-
ACTION0
public static final int ACTION0
- See Also:
- Constant Field Values
-
ACTION1
public static final int ACTION1
- See Also:
- Constant Field Values
-
ACTION2
public static final int ACTION2
- See Also:
- Constant Field Values
-
ACTION3
public static final int ACTION3
- See Also:
- Constant Field Values
-
ACTION4
public static final int ACTION4
- See Also:
- Constant Field Values
-
ACTION5
public static final int ACTION5
- See Also:
- Constant Field Values
-
ACTION6
public static final int ACTION6
- See Also:
- Constant Field Values
-
ACTION7
public static final int ACTION7
- See Also:
- Constant Field Values
-
ACTION8
public static final int ACTION8
- See Also:
- Constant Field Values
-
ACTION9
public static final int ACTION9
- See Also:
- Constant Field Values
-
ACTION10
public static final int ACTION10
- See Also:
- Constant Field Values
-
ACTION11
public static final int ACTION11
- See Also:
- Constant Field Values
-
ACTION12
public static final int ACTION12
- See Also:
- Constant Field Values
-
ACTION13
public static final int ACTION13
- See Also:
- Constant Field Values
-
ACTION14
public static final int ACTION14
- See Also:
- Constant Field Values
-
ACTION15
public static final int ACTION15
- See Also:
- Constant Field Values
-
ACTION16
public static final int ACTION16
- See Also:
- Constant Field Values
-
ACTION17
public static final int ACTION17
- See Also:
- Constant Field Values
-
ACTION18
public static final int ACTION18
- See Also:
- Constant Field Values
-
ACTION19
public static final int ACTION19
- See Also:
- Constant Field Values
-
ACTION20
public static final int ACTION20
- See Also:
- Constant Field Values
-
ACTION21
public static final int ACTION21
- See Also:
- Constant Field Values
-
ACTION22
public static final int ACTION22
- See Also:
- Constant Field Values
-
ACTION23
public static final int ACTION23
- See Also:
- Constant Field Values
-
ACTION24
public static final int ACTION24
- See Also:
- Constant Field Values
-
ACTION25
public static final int ACTION25
- See Also:
- Constant Field Values
-
DROPDOWN_CONTAINER
public static final int DROPDOWN_CONTAINER
- See Also:
- Constant Field Values
-
DROPDOWN_CLOSE
public static final int DROPDOWN_CLOSE
- See Also:
- Constant Field Values
-
DROPDOWN_PANEL
public static final int DROPDOWN_PANEL
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
DROPDOWN_BUTTONS_HOLDER
public static final int DROPDOWN_BUTTONS_HOLDER
- See Also:
- Constant Field Values
-
DROPDOWN_BUTTONS
public static final int DROPDOWN_BUTTONS
- See Also:
- Constant Field Values
-
DROPDOWN_BUTTONS_FILTER
public static final int DROPDOWN_BUTTONS_FILTER
- See Also:
- Constant Field Values
-
DROPDOWN_SCROLLBAR
public static final int DROPDOWN_SCROLLBAR
- See Also:
- Constant Field Values
-
-