Uses of Interface
com.teamdev.jxbrowser.ui.KeyModifiers
Package
Description
Contains the classes and interfaces of the DOM events.
The utility classes for the user interface (UI) related functionality.
The user interface events.
-
Uses of KeyModifiers in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptiondefault KeyModifiers
KeyEventParams.keyModifiers()
Returns the key modifiers that are applied to the event.default KeyModifiers
MouseEventParams.keyModifiers()
Returns the key modifiers that are applied to the event.UiEventModifier.keyModifiers()
Returns the key modifiers that are applied to the event.default KeyModifiers
UiEventModifierParams.keyModifiers()
Returns the key modifiers that are applied to the event.default KeyModifiers
WheelEventParams.keyModifiers()
Returns the key modifiers that are applied to the event.Modifier and TypeMethodDescriptionUiEventModifierParams.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the modifiers for the keyboard and mouse events and indicates which keyboard modifier keys are pressed. -
Uses of KeyModifiers in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionKeyModifiers.Builder.build()
Returns a newKeyModifiers
instance built from the current state of this builder. -
Uses of KeyModifiers in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptionKeyEvent.keyModifiers()
Returns the keyboard modifiers applied.default KeyModifiers
KeyPressed.keyModifiers()
default KeyModifiers
KeyReleased.keyModifiers()
default KeyModifiers
KeyTyped.keyModifiers()
default KeyModifiers
MouseDragged.keyModifiers()
Returns the keyboard modifiers applied.default KeyModifiers
MouseMoved.keyModifiers()
Returns the keyboard modifiers applied.default KeyModifiers
MousePressed.keyModifiers()
Returns the keyboard modifiers applied.default KeyModifiers
MouseReleased.keyModifiers()
Returns the keyboard modifiers applied.default KeyModifiers
MouseWheel.keyModifiers()
Returns the keyboard modifiers applied.Modifier and TypeMethodDescriptionKeyPressed.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.KeyReleased.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.KeyTyped.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseDragged.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseEntered.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseExited.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseMoved.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MousePressed.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseReleased.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseWheel.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.