viewtify

viewtify.keys

Key

BackspaceKey

Constant for the Backspace key.

TabKey

Constant for the Tab key.

EnterKey

Constant for the Enter key.

ClearKey

Constant for the Clear key.

ShiftKey

Constant for the Shift key.

ControlKey

Constant for the Ctrl key.

AltKey

Constant for the Alt key.

PauseKey

Constant for the Pause key.

CapsLockKey

Constant for the Caps Lock key.

EscapeKey

Constant for the Esc key.

SpaceKey

Constant for the Space key.

PageUpKey

Constant for the Page Up key.

PageDownKey

Constant for the Page Down key.

EndKey

Constant for the End key.

HomeKey

Constant for the Home key.

LeftKey

Constant for the non-numpad left arrow key.

UpKey

Constant for the non-numpad up arrow key.

DownKey

Constant for the non-numpad down arrow key.

InsertKey

Constant for the Insert key.

DeleteKey

Constant for the Delete key.

CommaKey

Constant for the comma key, ","

MinusKey

Constant for the minus key, "-"

PeriodKey

Constant for the period key, "."

SlashKey

Constant for the forward slash key, "/"

Digit0Key

Constant for the 0 key.

Digit1Key

Constant for the 1 key.

Digit2Key

Constant for the 2 key.

Digit3Key

Constant for the 3 key.

Digit4Key

Constant for the 4 key.

Digit5Key

Constant for the 5 key.

Digit6Key

Constant for the 6 key.

Digit7Key

Constant for the 7 key.

Digit8Key

Constant for the 8 key.

Digit9Key

Constant for the 9 key.

SemiColonKey

Constant for the semicolon key, ";"

AKey

Constant for the A key.

BKey

Constant for the B key.

CKey

Constant for the C key.

DKey

Constant for the D key.

EKey

Constant for the E key.

FKey

Constant for the F key.

GKey

Constant for the G key.

HKey

Constant for the H key.

IKey

Constant for the I key.

JKey

Constant for the J key.

KKey

Constant for the K key.

LKey

Constant for the L key.

MKey

Constant for the M key.

NKey

Constant for the N key.

OKey

Constant for the O key.

PKey

Constant for the P key.

QKey

Constant for the Q key.

RKey

Constant for the R key.

SKey

Constant for the S key.

TKey

Constant for the T key.

UKey

Constant for the U key.

VKey

Constant for the V key.

WKey

Constant for the W key.

XKey

Constant for the X key.

YKey

Constant for the Y key.

ZKey

Constant for the Z key.

OpenBracketKey

Constant for the open bracket key, "["

BackSlashKey

Constant for the back slash key, ""

CloseBracketKey

Constant for the close bracket key, "]"

Numpad0Key

Constant for the Numpad 0 key.

Numpad1Key

Constant for the Numpad 1 key.

Numpad2Key

Constant for the Numpad 2 key.

Numpad3Key

Constant for the Numpad 3 key.

Numpad4Key

Constant for the Numpad 4 key.

Numpad5Key

Constant for the Numpad 5 key.

Numpad6Key

Constant for the Numpad 6 key.

Numpad7Key

Constant for the Numpad 7 key.

Numpad8Key

Constant for the Numpad 8 key.

Numpad9Key

Constant for the Numpad 9 key.

MultiplyKey

Constant for the Multiply key.

AddKey

Constant for the Add key.

SubtractKey

Constant for the Subtract key.

DecimalPointKey

Constant for the Decimal key.

DivideKey

Constant for the Divide key.

NumLockKey

Constant for the Num Lock key.

ScrollLockKey

Constant for the Scroll Lock key.

F1Key

Constant for the F1 function key.

F2Key

Constant for the F2 function key.

F3Key

Constant for the F3 function key.

F4Key

Constant for the F4 function key.

F5Key

Constant for the F5 function key.

F6Key

Constant for the F6 function key.

F7Key

Constant for the F7 function key.

F8Key

Constant for the F8 function key.

F9Key

Constant for the F9 function key.

F10Key

Constant for the F10 function key.

F11Key

Constant for the F11 function key.

F12Key

Constant for the F12 function key.

F13Key

Constant for the F13 function key.

F14Key

Constant for the F14 function key.

F15Key

Constant for the F15 function key.

F16Key

Constant for the F16 function key.

AtSignKey

Constant for the "@" key.

ColonKey

Constant for the ":" key.

CircumflexKey

Constant for the "^" key.

WINDOWSKey

Constant for the Microsoft Windows "Windows" key. It is used for both the left and right version of the key.

NoneKey

Null object for Key.

codeint

The native key code.

nameString

The key name.

alt()Key

Key

A modified key combination.

With modifier.

ctrl()Key

Key

A modified key combination.

With modifier.

meta()Key

Key

A modified key combination.

With modifier.

shift()Key

Key

A modified key combination.

With modifier.

match(javafx.scene.input.KeyEvente)boolean

javafx.scene.input.KeyEvente
boolean

Tests if this key matches the combination on the specified KeyEvent.

combi()javafx.scene.input.KeyCodeCombination

javafx.scene.input.KeyCodeCombination

hashCode()int

int

equals(Objectobj)boolean

Objectobj
boolean

toString()String

String