Returns whether or not the Alt modifier is down on this event.
The unicode character associated with the key typed event.
The key code associated with the key in this key pressed or key released event.
Marks this Event as consumed.
Marks this Event as consumed. This stops its further propagation.
Indicates whether this Event has been consumed by any filter or handler.
Indicates whether this Event has been consumed by any filter or handler.
Returns whether or not the Control modifier is down on this event.
Creates and returns a copy of this event with the specified event source and target.
Creates and returns a copy of this event with the specified event source and target.
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.
Gets the event type of this event.
Gets the event type of this event.
The delegate hashcode
Returns whether or not the Meta modifier is down on this event.
Returns whether or not the Shift modifier is down on this event.
Returns whether or not the host platform common shortcut modifier is down on this event.
Returns the object on which the Event initially occurred.
Returns the object on which the Event initially occurred.
Returns the event target of this event.
Returns the event target of this event.
A String describing the key code, such as "HOME", "F1" or "A", for key pressed and key released events.
Returns the original delegate's toString()
adding a [SFX]
prefix.