Package com.teamdev.jxbrowser.dom.event
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.dom.event
Contains the classes and interfaces of the DOM events.
-
ClassDescriptionA custom DOM event.The parameters of the custom DOM event.A DOM event, for example, mouse or keyboard event, provides access to the event data and methods to change the event behavior.The general DOM event parameters.A builder of
EventParams
.Represents the DOM event phases.Represents an event target that is able to process events, for example, a DOM node.A DOM event type.A keyboard event that provides access to the keyboard event data.The DOM keyboard event parameters.A builder ofKeyEventParams
.A mouse event that provides access to the mouse event data.A DOM mouse button.The DOM mouse event parameters.A builder ofMouseEventParams
.A DOM UI event that can be fired with the key modifiers.The DOM UI event parameters with the key modifiers.A builder ofUiEventModifierParams
.A wheel event that provides access to the wheel event data.Represents the type of the delta units.The DOM wheel event parameters.A builder ofWheelEventParams
.