Class | Description |
---|---|
DomEventConverter |
Converts
DOM Events to Swing's HyperlinkEvents . |
StaticDomEventConverter |
Class which provides
DomEventConverter methods statically. |
Enum | Description |
---|---|
DomEventType |
The names of those types of DOM events for which an equivalent hyperlink
EventType s exists. |
Provides functionality around DOM, i.e. classes from org.w3c.dom
.
DomEventConverter
defines methods
which allow the conversion of DOM Events
to HyperlinkEvents
. StaticDomEventConverter
gives access to the
same methods without the need of instantiation.This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.