JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Left, right, up, down keys (including the keypad arrows)
All Digit keys (including the keypad digits)
Function keys like F1, F2, etc...
All keys on the keypad
All keys with letters
All multimedia keys (channel up/down, volume control, etc...)
Keys that could act as a modifier
Navigation keys are arrow keys and Page Down, Page Up, Home, End (including keypad keys)
Space, tab and enter
Gets name of this key code.
Return the same string value as enum delegate
.
Return the same string value as enum delegate
.
This is important since we want to be able to look it up using enums valueOf
method.
Default toString
provided by the SFXDelegate
prepends "[SFX]"
Returns the original delegate's toString()
adding a [SFX]
prefix.