Uses of Interface
com.teamdev.jxbrowser.ui.KeyModifiers
Packages that use 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
Methods in com.teamdev.jxbrowser.dom.event that return KeyModifiersModifier 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.Methods in com.teamdev.jxbrowser.dom.event with parameters of type KeyModifiersModifier 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
Methods in com.teamdev.jxbrowser.ui that return KeyModifiersModifier 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
Methods in com.teamdev.jxbrowser.ui.event that return KeyModifiersModifier 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.Methods in com.teamdev.jxbrowser.ui.event with parameters of type KeyModifiersModifier 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.