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 |
---|---|
static DomKeyCode |
DomKeyCode.forNumber(int value) |
static DomKeyCode |
DomKeyCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DomKeyCode |
DomKeyCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DomKeyCode |
DomKeyCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomKeyCode[] |
DomKeyCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<DomKeyCode> |
DomKeyCode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
default DomKeyCode |
KeyEventParams.domKeyCode()
Returns the code of the physical key used in the event.
|
DomKeyCode |
KeyEvent.domKeyCode()
Returns the code of the physical key used in the event.
|
Modifier and Type | Method and Description |
---|---|
KeyEventParams.Builder |
KeyEventParams.Builder.domKeyCode(DomKeyCode code)
Sets the code of the physical key.
|