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