Uses of Class
com.teamdev.jxbrowser.dom.event.KeyEventParams.Builder
Packages that use KeyEventParams.Builder
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of KeyEventParams.Builder in com.teamdev.jxbrowser.dom.event
Methods in com.teamdev.jxbrowser.dom.event that return KeyEventParams.BuilderModifier 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.BuilderKeyEventParams.newBuilder()Creates a newKeyEventParamsbuilder.KeyEventParams.Builder.uiEventModifierParams(UiEventModifierParams uiEventModifierParams) Sets the DOM UI event parameters with the key modifiers.