Package | Description |
---|---|
org.codefx.libfx.dom |
Provides functionality around DOM, i.e.
|
Modifier and Type | Method and Description |
---|---|
static DomEventType |
DomEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomEventType[] |
DomEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<DomEventType> |
DomEventType.byName(String domEventName)
Returns the DOM event type for the specified event name.
|
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.