Uses of Interface
com.teamdev.jxbrowser.dom.event.EventParams
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
Contains the classes and interfaces of the DOM events.
-
Uses of EventParams in com.teamdev.jxbrowser.dom
-
Uses of EventParams in com.teamdev.jxbrowser.dom.event
Modifier and TypeInterfaceDescriptioninterface
The parameters of the custom DOM event.interface
The DOM keyboard event parameters.interface
The DOM mouse event parameters.interface
The DOM UI event parameters with the key modifiers.interface
The DOM wheel event parameters.Modifier and TypeMethodDescriptionEventParams.Builder.build()
Returns a newEventParams
instance built from the current state of this builder.Modifier and TypeMethodDescriptionUiEventModifierParams.Builder.eventParams
(EventParams eventParams) Sets the DOM event parameters.