Package com.casioeurope.mis.edt.constant
Class KeyLibraryConstant.KEYID
Object
KEYID
- Enclosing class:
- KeyLibraryConstant
public static class KeyLibraryConstant.KEYID extends Object
Key IDs used in the
KeyLibrary
class.-
Field Summary
Fields Modifier and Type Field Description static int
APPSWITCH
Key ID for App Switch Keystatic int
BACK
Key ID for Back Keystatic int
BACKTRIGGER
Key ID for Backside Trigger Keystatic int
CENTERTRIGGER
Key ID for Center Trigger Keystatic int
CLEAR
Key ID for Clear (CLR) Keystatic int
DOWN
Key ID for Down Keystatic int
ENTER
Key ID for Enter Keystatic int
F1
Key ID for F1 Keystatic int
F2
Key ID for F2 Keystatic int
F3
Key ID for F3 Keystatic int
F4
Key ID for F4 Keystatic int
F5
Key ID for F5 Keystatic int
F6
Key ID for F6 Keystatic int
F7
Key ID for F7 Keystatic int
F8
Key ID for F8 Keystatic int
FUNCTION
Key ID for Function (Fn) Keystatic int
KEY0
Key ID for numeric 0 Keystatic int
KEY1
Key ID for numeric 1 Keystatic int
KEY2
Key ID for numeric 2 Keystatic int
KEY3
Key ID for numeric 3 Keystatic int
KEY4
Key ID for numeric 4 Keystatic int
KEY5
Key ID for numeric 5 Keystatic int
KEY6
Key ID for numeric 6 Keystatic int
KEY7
Key ID for numeric 7 Keystatic int
KEY8
Key ID for numeric 8 Keystatic int
KEY9
Key ID for numeric 9 Keystatic int
LEFT
Key ID for Left Keystatic int
LEFTTRIGGER
Key ID for Left Trigger Keystatic int
MINUS
Key ID for Minus (-) Keystatic int
PERIOD
Key ID for Period (.)static int
RIGHT
Key ID for Right Keystatic int
RIGHTTRIGGER
Key ID for Right Trigger Keystatic int
SPACE
Key ID for Space Keystatic int
UP
Key ID for Up Keystatic int
VOLUMEDOWN
Key ID for Volume Down Keystatic int
VOLUMEUP
Key ID for Volume Up Key -
Constructor Summary
Constructors Constructor Description KEYID()
-
Method Summary
-
Field Details
-
APPSWITCH
public static final int APPSWITCHKey ID for App Switch Key- See Also:
- Constant Field Values
-
BACK
public static final int BACKKey ID for Back Key- See Also:
- Constant Field Values
-
BACKTRIGGER
public static final int BACKTRIGGERKey ID for Backside Trigger Key- See Also:
- Constant Field Values
-
CENTERTRIGGER
public static final int CENTERTRIGGERKey ID for Center Trigger Key- See Also:
- Constant Field Values
-
CLEAR
public static final int CLEARKey ID for Clear (CLR) Key- See Also:
- Constant Field Values
-
DOWN
public static final int DOWNKey ID for Down Key- See Also:
- Constant Field Values
-
ENTER
public static final int ENTERKey ID for Enter Key- See Also:
- Constant Field Values
-
F1
public static final int F1Key ID for F1 Key- See Also:
- Constant Field Values
-
F2
public static final int F2Key ID for F2 Key- See Also:
- Constant Field Values
-
F3
public static final int F3Key ID for F3 Key- See Also:
- Constant Field Values
-
F4
public static final int F4Key ID for F4 Key- See Also:
- Constant Field Values
-
F5
public static final int F5Key ID for F5 Key- See Also:
- Constant Field Values
-
F6
public static final int F6Key ID for F6 Key- See Also:
- Constant Field Values
-
F7
public static final int F7Key ID for F7 Key- See Also:
- Constant Field Values
-
F8
public static final int F8Key ID for F8 Key- See Also:
- Constant Field Values
-
FUNCTION
public static final int FUNCTIONKey ID for Function (Fn) Key- See Also:
- Constant Field Values
-
KEY0
public static final int KEY0Key ID for numeric 0 Key- See Also:
- Constant Field Values
-
KEY1
public static final int KEY1Key ID for numeric 1 Key- See Also:
- Constant Field Values
-
KEY2
public static final int KEY2Key ID for numeric 2 Key- See Also:
- Constant Field Values
-
KEY3
public static final int KEY3Key ID for numeric 3 Key- See Also:
- Constant Field Values
-
KEY4
public static final int KEY4Key ID for numeric 4 Key- See Also:
- Constant Field Values
-
KEY5
public static final int KEY5Key ID for numeric 5 Key- See Also:
- Constant Field Values
-
KEY6
public static final int KEY6Key ID for numeric 6 Key- See Also:
- Constant Field Values
-
KEY7
public static final int KEY7Key ID for numeric 7 Key- See Also:
- Constant Field Values
-
KEY8
public static final int KEY8Key ID for numeric 8 Key- See Also:
- Constant Field Values
-
KEY9
public static final int KEY9Key ID for numeric 9 Key- See Also:
- Constant Field Values
-
LEFT
public static final int LEFTKey ID for Left Key- See Also:
- Constant Field Values
-
LEFTTRIGGER
public static final int LEFTTRIGGERKey ID for Left Trigger Key- See Also:
- Constant Field Values
-
MINUS
public static final int MINUSKey ID for Minus (-) Key- See Also:
- Constant Field Values
-
PERIOD
public static final int PERIODKey ID for Period (.) Key- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHTKey ID for Right Key- See Also:
- Constant Field Values
-
RIGHTTRIGGER
public static final int RIGHTTRIGGERKey ID for Right Trigger Key- See Also:
- Constant Field Values
-
SPACE
public static final int SPACEKey ID for Space Key- See Also:
- Constant Field Values
-
UP
public static final int UPKey ID for Up Key- See Also:
- Constant Field Values
-
VOLUMEDOWN
public static final int VOLUMEDOWNKey ID for Volume Down Key- See Also:
- Constant Field Values
-
VOLUMEUP
public static final int VOLUMEUPKey ID for Volume Up Key- See Also:
- Constant Field Values
-
-
Constructor Details
-
KEYID
public KEYID()
-