| Class | Description | 
|---|---|
| DomEventConverter | Converts  DOM Eventsto Swing'sHyperlinkEvents. | 
| StaticDomEventConverter | Class which provides  DomEventConvertermethods statically. | 
| Enum | Description | 
|---|---|
| DomEventType | The names of those types of DOM events for which an equivalent hyperlink  EventTypes 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.