Package | Description |
---|---|
com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Method and Description |
---|---|
WheelEvent |
Document.createWheelEvent(EventType eventType,
WheelEventParams params)
Creates and returns a new
WheelEvent object with the given eventType and
params . |
Modifier and Type | Method and Description |
---|---|
WheelEventParams |
WheelEventParams.Builder.build()
Returns a new
WheelEventParams instance built from the current state of this
builder. |