Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

A

ALT_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Alt' key.
ARROW_DOWN_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Arrow Down' key.
ARROW_LEFT_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Arrow Left' key.
ARROW_RIGHT_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Arrow Right' key.
ARROW_UP_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Arrow Up' key.

B

BACKSPACE_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
An alternate name for the backspace key.
Binding - Interface in org.eclipse.fx.ui.keybindings
A binding between a trigger sequence and a command
BindingFactory - Interface in org.eclipse.fx.ui.keybindings.service
Factory to create KeySequence, Binding and KeyStroke instances
BREAK_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name for the 'Break' key.
BS_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the backspace key.

C

CAPS_LOCK_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name for the 'Caps Lock' key.
COMMAND_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Command' key.
CR_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the carriage return (U+000D)
createKeyBinding(TriggerSequence, ParameterizedCommand, String, String) - Method in interface org.eclipse.fx.ui.keybindings.service.BindingFactory
Create a binding between the sequence and the command
CTRL_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Ctrl' key.

D

DEL_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the delete (U+007F) key
DELETE_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
An alternative name for the delete key.

E

END_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'End' key.
ENTER_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
An alternative name for the enter key.
ESC_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the escape (U+001B) key.
ESCAPE_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
An alternative name for the escape key.

F

F10_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F10' key.
F11_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F11' key.
F12_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F12' key.
F13_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F13' key.
F14_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F14' key.
F15_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F15' key.
F16_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F16' key.
F17_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F17' key.
F18_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F18' key.
F19_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F19' key.
F1_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F1' key.
F20_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F20' key.
F2_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F2' key.
F3_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F3' key.
F4_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F4' key.
F5_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F5' key.
F6_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F6' key.
F7_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F7' key.
F8_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F8' key.
F9_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'F9' key.
FF_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the form feed (U+000C) key.
formalKeyLookup(String) - Method in interface org.eclipse.fx.ui.keybindings.KeyLookup
Looks up a single natural key by its formal name, and returns the integer representation for this natural key
formalModifierLookup(String) - Method in interface org.eclipse.fx.ui.keybindings.KeyLookup
Looks up a single modifier key by its formal name, and returns the integer representation for this modifier key
formalNameLookup(int) - Method in interface org.eclipse.fx.ui.keybindings.KeyLookup
Looks up a single key name by its keycode and return the String representation.
format() - Method in interface org.eclipse.fx.ui.keybindings.TriggerSequence
 

G

getAlt() - Method in interface org.eclipse.fx.ui.keybindings.KeyLookup
Returns the integer representation of the ALT key.
getCommand() - Method in interface org.eclipse.fx.ui.keybindings.KeyLookup
Returns the integer representation of the COMMAND key.
getContextId() - Method in interface org.eclipse.fx.ui.keybindings.Binding
 
getCtrl() - Method in interface org.eclipse.fx.ui.keybindings.KeyLookup
Returns the integer representation of the CTRL key.
getKeyCode() - Method in interface org.eclipse.fx.ui.keybindings.KeyStroke
 
getKeySequenceInstance(KeyLookup, String) - Method in interface org.eclipse.fx.ui.keybindings.service.BindingFactory
Create a key sequence from the string representation
getKeySequenceInstance() - Method in interface org.eclipse.fx.ui.keybindings.service.BindingFactory
 
getKeySequenceInstance(KeySequence, KeyStroke) - Method in interface org.eclipse.fx.ui.keybindings.service.BindingFactory
Create a sequence from a stroke
getKeyStrokeInstance(KeyLookup, int, int) - Method in interface org.eclipse.fx.ui.keybindings.service.BindingFactory
Create a keystroke from basic data
getKeyStrokes() - Method in interface org.eclipse.fx.ui.keybindings.KeySequence
 
getParameterizedCommand() - Method in interface org.eclipse.fx.ui.keybindings.Binding
 
getPrefixes() - Method in interface org.eclipse.fx.ui.keybindings.TriggerSequence
 
getSchemeId() - Method in interface org.eclipse.fx.ui.keybindings.Binding
 
getShift() - Method in interface org.eclipse.fx.ui.keybindings.KeyLookup
Returns the integer representation of the SHIFT key.
getTriggers() - Method in interface org.eclipse.fx.ui.keybindings.TriggerSequence
 
getTriggerSequence() - Method in interface org.eclipse.fx.ui.keybindings.Binding
 

H

hasAltModifier() - Method in interface org.eclipse.fx.ui.keybindings.KeyStroke
 
hasCommandModifier() - Method in interface org.eclipse.fx.ui.keybindings.KeyStroke
 
hasCtrlModifier() - Method in interface org.eclipse.fx.ui.keybindings.KeyStroke
 
hasShiftModifier() - Method in interface org.eclipse.fx.ui.keybindings.KeyStroke
 
HOME_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Home' key.

I

INSERT_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Insert' key.
isEmpty() - Method in interface org.eclipse.fx.ui.keybindings.TriggerSequence
 

K

KeyBinding - Interface in org.eclipse.fx.ui.keybindings
a keybinding
KeyLookup - Interface in org.eclipse.fx.ui.keybindings
Keylookup table
KeySequence - Interface in org.eclipse.fx.ui.keybindings
A key sequence consists of a number of keystrokes
KeyStroke - Interface in org.eclipse.fx.ui.keybindings
A key stroke

L

LF_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the line feed (U+000A) key.

M

M1_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'M1' key.
M2_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'M2' key.
M3_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'M3' key.
M4_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'M4' key.

N

NUL_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the null (U+0000) key.
NUM_LOCK_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'NumLock' key.
NUMPAD_0_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '0' key on the numpad.
NUMPAD_1_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '1' key on the numpad.
NUMPAD_2_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '2' key on the numpad.
NUMPAD_3_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '3' key on the numpad.
NUMPAD_4_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '4' key on the numpad.
NUMPAD_5_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '5' key on the numpad.
NUMPAD_6_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '6' key on the numpad.
NUMPAD_7_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '7' key on the numpad.
NUMPAD_8_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '8' key on the numpad.
NUMPAD_9_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '9' key on the numpad.
NUMPAD_ADD_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Add' key on the numpad.
NUMPAD_DECIMAL_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Decimal' key on the numpad.
NUMPAD_DIVIDE_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Divide' key on the numpad.
NUMPAD_ENTER_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Enter' key on the numpad.
NUMPAD_EQUAL_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the '=' key on the numpad.
NUMPAD_MULTIPLY_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Multiply' key on the numpad.
NUMPAD_SUBTRACT_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Subtract' key on the numpad.

O

org.eclipse.fx.ui.keybindings - package org.eclipse.fx.ui.keybindings
 
org.eclipse.fx.ui.keybindings.service - package org.eclipse.fx.ui.keybindings.service
 

P

PAGE_DOWN_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Page Down' key.
PAGE_UP_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Page Up' key.
ParseException - Exception in org.eclipse.fx.ui.keybindings
Exception thrown when parsing of a sequence failed
ParseException(String) - Constructor for exception org.eclipse.fx.ui.keybindings.ParseException
Create a new exception
PAUSE_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name for the 'Pause' key.
PRINT_SCREEN_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name for the 'Print Screen' key.

R

RETURN_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
An alternative name for the enter key.

S

SCROLL_LOCK_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name for the 'Scroll Lock' key.
SHIFT_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the 'Shift' key.
SPACE_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the space (U+0020) key.
SYSTEM - Static variable in interface org.eclipse.fx.ui.keybindings.Binding
System binding

T

TAB_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the tab (U+0009) key.
Trigger - Interface in org.eclipse.fx.ui.keybindings
A trigger
TriggerSequence - Interface in org.eclipse.fx.ui.keybindings
A trigger sequence

U

USER - Static variable in interface org.eclipse.fx.ui.keybindings.Binding
User binding

V

VT_NAME - Static variable in interface org.eclipse.fx.ui.keybindings.KeyLookup
The formal name of the vertical tab (U+000B) key.
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links