Uses of Interface
com.teamdev.jxbrowser.dom.event.EventTarget
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
Contains the classes and interfaces of the DOM events.
-
Uses of EventTarget in com.teamdev.jxbrowser.dom
Modifier and TypeInterfaceDescriptioninterface
An HTML DOM attribute.interface
An HTML DOM document.interface
An HTML DOM element.interface
An HTML DOM form control element such as input, select, textarea, etc.interface
An HTML DOM form element.interface
An HTML DOM frame or iframe element.interface
An HTML DOM image element.interface
An HTML DOM input element.interface
A base DOM object providing access to the common DOM object properties and methods to manage the DOM node structure.interface
An HTML DOM option element.interface
An HTML DOM select element.interface
An HTML DOM textarea element. -
Uses of EventTarget in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptionEvent.currentTarget()
Returns anOptional
that contains the event target that represents the element to which the event handler has been attached, otherwise an emptyOptional
.Event.target()
Returns anOptional
that contains the element on which the event occurred if it exists, otherwise an emptyOptional
.