Package | Description |
---|---|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Method and Description |
---|---|
KeyEventParams.Builder |
KeyEventParams.Builder.character(java.lang.String character)
Sets a string that contains either a UTF-8 character associated with the
physical key or one of the predefined values.
|
KeyEventParams.Builder |
KeyEventParams.Builder.domKeyCode(DomKeyCode code)
Sets the code of the physical key.
|
static KeyEventParams.Builder |
KeyEventParams.newBuilder()
Creates a new
KeyEventParams builder. |
KeyEventParams.Builder |
KeyEventParams.Builder.uiEventModifierParams(UiEventModifierParams uiEventModifierParams)
Sets the DOM UI event parameters with the key modifiers.
|