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 KeyModifiersKeyEventParams.keyModifiers()Returns the key modifiers that are applied to the event.default KeyModifiersMouseEventParams.keyModifiers()Returns the key modifiers that are applied to the event.default KeyModifiersTouchEventParams.keyModifiers()Returns the key modifiers that are applied to the event.UiEventModifier.keyModifiers()Returns the key modifiers that are applied to the event.default KeyModifiersUiEventModifierParams.keyModifiers()Returns the key modifiers that are applied to the event.default KeyModifiersWheelEventParams.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 newKeyModifiersinstance 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 KeyModifiersKeyPressed.keyModifiers()default KeyModifiersKeyReleased.keyModifiers()default KeyModifiersKeyTyped.keyModifiers()default KeyModifiersMouseDragged.keyModifiers()Returns the keyboard modifiers applied.default KeyModifiersMouseMoved.keyModifiers()Returns the keyboard modifiers applied.default KeyModifiersMousePressed.keyModifiers()Returns the keyboard modifiers applied.default KeyModifiersMouseReleased.keyModifiers()Returns the keyboard modifiers applied.default KeyModifiersMouseWheel.keyModifiers()Returns the keyboard modifiers applied.default KeyModifiersTouchCanceled.keyModifiers()Returns the keyboard modifiers applied.default KeyModifiersTouchEnded.keyModifiers()Returns the keyboard modifiers applied.default KeyModifiersTouchMoved.keyModifiers()Returns the keyboard modifiers applied.default KeyModifiersTouchStarted.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.TouchCanceled.Builder.keyModifiers(KeyModifiers keyModifiers) Sets the keyboard modifiers to apply.TouchEnded.Builder.keyModifiers(KeyModifiers keyModifiers) Sets the keyboard modifiers to apply.TouchMoved.Builder.keyModifiers(KeyModifiers keyModifiers) Sets the keyboard modifiers to apply.TouchStarted.Builder.keyModifiers(KeyModifiers keyModifiers) Sets the keyboard modifiers to apply.