Package de.mhus.lib.core.console
Class ConsoleKey
- java.lang.Object
-
- de.mhus.lib.core.console.ConsoleKey
-
public class ConsoleKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteALTstatic byteCONTROLstatic charENTERstatic charF1static charF10static charF11static charF12static charF2static charF3static charF4static charF5static charF6static charF7static charF8static charF9static charSPECIAL_DOWNstatic charSPECIAL_LEFTstatic charSPECIAL_RIGHTstatic charSPECIAL_UPstatic byteSYSTEM
-
Constructor Summary
Constructors Constructor Description ConsoleKey(byte control, boolean special, char key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetKey()booleanisAlt()booleanisControl()booleanisSpecial()booleanisSystem()
-
-
-
Field Detail
-
F1
public static final char F1
- See Also:
- Constant Field Values
-
F2
public static final char F2
- See Also:
- Constant Field Values
-
F3
public static final char F3
- See Also:
- Constant Field Values
-
F4
public static final char F4
- See Also:
- Constant Field Values
-
F5
public static final char F5
- See Also:
- Constant Field Values
-
F6
public static final char F6
- See Also:
- Constant Field Values
-
F7
public static final char F7
- See Also:
- Constant Field Values
-
F8
public static final char F8
- See Also:
- Constant Field Values
-
F9
public static final char F9
- See Also:
- Constant Field Values
-
F10
public static final char F10
- See Also:
- Constant Field Values
-
F11
public static final char F11
- See Also:
- Constant Field Values
-
F12
public static final char F12
- See Also:
- Constant Field Values
-
SPECIAL_LEFT
public static final char SPECIAL_LEFT
- See Also:
- Constant Field Values
-
SPECIAL_UP
public static final char SPECIAL_UP
- See Also:
- Constant Field Values
-
SPECIAL_DOWN
public static final char SPECIAL_DOWN
- See Also:
- Constant Field Values
-
SPECIAL_RIGHT
public static final char SPECIAL_RIGHT
- See Also:
- Constant Field Values
-
ENTER
public static final char ENTER
- See Also:
- Constant Field Values
-
ALT
public static final byte ALT
- See Also:
- Constant Field Values
-
CONTROL
public static final byte CONTROL
- See Also:
- Constant Field Values
-
SYSTEM
public static final byte SYSTEM
- See Also:
- Constant Field Values
-
-