Package com.teamdev.jxbrowser.dom.event
Interface UiEventModifier
- All Known Subinterfaces:
KeyEvent
,MouseEvent
,WheelEvent
A DOM UI event that can be fired with the key modifiers.
The UiEventModifier
provides access to the data about pressed service keys, such as
<ctrl>
, <alt>
, <shift>
, or <meta>
, when a keyboard or mouse event
occurs.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the key modifiers that are applied to the event.Methods inherited from interface com.teamdev.jxbrowser.dom.event.Event
currentTarget, isBubbles, isCancelable, isTrusted, phase, preventDefault, stopPropagation, target, type
-
Method Details
-
keyModifiers
KeyModifiers keyModifiers()Returns the key modifiers that are applied to the event.
-