Package com.microfocus.zfe.haapi.ps
Enum Class ControlKey
- All Implemented Interfaces:
Serializable
,Comparable<ControlKey>
,java.lang.constant.Constable
String constants for the various key mnemonics that can be used in the
PresentationSpace.sendKeys method. Some control keys are host-specific. To
learn more, please refer to the Micro Focus Host Access for the Cloud system help,
"Using the Macro API / Macro API Objects / ControlKey".
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static ControlKey
Returns the enum constant of this class with the specified name.static ControlKey[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARNK
-
ALTVIEW
-
ATTN
-
AU1
-
AU2
-
AU3
-
AU4
-
AU5
-
AU6
-
AU7
-
AU8
-
AU9
-
AU10
-
AU11
-
AU12
-
AU13
-
AU14
-
AU15
-
AU16
-
UP
-
BACKSPACE
-
BACKTAB
-
BEGIN_FIELD
-
BREAK
-
CLEAR
-
CLEAR_BROADCAST
-
CLEAR_NL
-
CLEAR_SCREEN_A
-
CLEAR_SCREEN_B
-
CLEAR_SCREEN_AB
-
CURSOR_SELECT
-
CHANGE
-
COLON
-
CROSS_OF_LORRAINE
-
CHAR_ERASE
-
CLOSE_PRT
-
CLEAR_CHANGE_BIT
-
CLEAR_DISPLAY
-
CLEAR_EOD
-
CLEAR_EOF
-
CLEAR_EOL
-
CLEAR_FCC
-
CLEAR_HOME
-
CONTROL_PAGE
-
DELETE_CHAR
-
DELETE_LINE
-
DELETE_WORD
-
DISPLAY
-
DOLLAR
-
DOWN
-
DELIN_LINE
-
DELIN_PAGE
-
DEST_BACK
-
DEV_CANCEL
-
DSPSOSI
-
DUP
-
DUP_LINE
-
ENABLE_FCC
-
EOD_TRANSMIT
-
EK_FIND
-
EK_INSERT
-
EK_NEXT
-
EK_PREV
-
EK_REMOVE
-
EK_SELECT
-
ERASE_EOF
-
ERASE_FIELD
-
ERASE_INPUT
-
EURO
-
END_ITEM
-
END_LINE
-
END_FILE
-
END_FIELD
-
END_PAGE
-
END_TRANSACTION
-
ENTER
-
ENTER_OPPOSITE
-
ERASE_EOD
-
ERASE_LINE
-
F1
-
F2
-
F3
-
F4
-
F5
-
F6
-
F7
-
F8
-
F9
-
F10
-
F11
-
F12
-
F13
-
F14
-
F15
-
F16
-
F17
-
F18
-
F19
-
F20
-
F21
-
F22
-
F23
-
F24
-
FORMFEED
-
FIELD_MARK
-
FIELD_EXT
-
FIELD_MINUS
-
FIELD_PLUS
-
FULL
-
GBPOUND
-
GEN_FCC
-
HELP
-
HEXMODE
-
HOLD
-
HOME
-
HOME_SCREEN_A
-
HOME_SCREEN_B
-
IDENT
-
IGNORE
-
INSERT
-
INSERT_IN_LINE
-
INSERT_IN_PAGE
-
INSERT_LINE
-
INSERT_SPACE
-
KEYPAD0
-
KEYPAD1
-
KEYPAD2
-
KEYPAD3
-
KEYPAD4
-
KEYPAD5
-
KEYPAD6
-
KEYPAD7
-
KEYPAD8
-
KEYPAD9
-
KEYPAD_COMMA
-
KEYPAD_DOT
-
KEYPAD_ENTER
-
KEYPAD_MINUS
-
LEFT_ARROW
-
LEFT_ARROW_UP
-
LEFT2
-
LOCAL_PRINT
-
LINE_FEED
-
LOCATE_FCC
-
MSG_WAIT
-
NEW_LINE
-
OPTIONAL_FIELD
-
PA1
-
PA2
-
PA3
-
PF1
-
PF2
-
PF3
-
PF4
-
PF5
-
PF6
-
PF7
-
PF8
-
PF9
-
PF10
-
PF11
-
PF12
-
PF13
-
PF14
-
PF15
-
PF16
-
PF17
-
PF18
-
PF19
-
PF20
-
PF21
-
PF22
-
PF23
-
PF24
-
PAGE_DOWN
-
PAGE_UP
-
PB_ENTER
-
PILLOW_LOZENGE
-
PRINT_ENTER
-
PROTECTED_RESET
-
PUSH_BUTTON_ENTER
-
RECALL_NEXT_INP
-
RECALL_PREV_INP
-
REENTER
-
REPEAT
-
RESET
-
RETURN
-
RIGHT2
-
RIGHT_ARROW
-
RIGHT_ARROW_UP
-
SEL_DOWN
-
SEL_UP
-
SEL_LEFT
-
SEL_RIGHT
-
SCROLL_LINE_DOWN
-
SCROLL_LINE_UP
-
SCROLL_PAGE_DOWN
-
SCROLL_PAGE_UP
-
SELECT_NEXT_SCREEN
-
SELECT_NEXT_SCREEN_A
-
SELECT_NEXT_SCREEN_B
-
SOE
-
START_OF_FIELD
-
START_OF_LINE
-
SET_CODACOM
-
SET_DISPLAY_NEWLINE
-
SET_PROGRAM
-
SET_TAB
-
SET_TERMINAL
-
SPLIT_DISPLAY
-
START_OF_MESSAGE
-
STATS
-
SYSMODE
-
SYSMODE_TOGGLE
-
SYSTEM_REQUEST
-
TAB
-
TIC2
-
TOGGLE_AUTO_MOVE_DOWN
-
TOGGLE_DISPLAY_NEWLINE
-
TOGGLE_COL_SEP
-
TOGGLE_MSG_WAIT_BEEP
-
TOGGLE_STRIKE_THRU
-
TOGGLE_UNDERLINE
-
TRANSMIT
-
UNLOCK
-
UPPERSCORE
-
UDK16
-
UDK17
-
UDK18
-
UDK19
-
UDK20
-
UMSG
-
UNLOCK_KB
-
WORK_STATION_MODE
-
XITN
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<ControlKey>
-