Uses of Enum Class
com.teamdev.jxbrowser.dom.DomKeyCode
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
Contains the classes and interfaces of the DOM events.
-
Uses of DomKeyCode in com.teamdev.jxbrowser.dom
Modifier and TypeMethodDescriptionstatic DomKeyCode
DomKeyCode.forNumber
(int value) static DomKeyCode
DomKeyCode.valueOf
(int value) Deprecated.static DomKeyCode
DomKeyCode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DomKeyCode
Returns the enum constant of this class with the specified name.static DomKeyCode[]
DomKeyCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DomKeyCode>
DomKeyCode.internalGetValueMap()
-
Uses of DomKeyCode in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptionKeyEvent.domKeyCode()
Returns the code of the physical key used in the event.default DomKeyCode
KeyEventParams.domKeyCode()
Returns the code of the physical key used in the event.Modifier and TypeMethodDescriptionKeyEventParams.Builder.domKeyCode
(DomKeyCode code) Sets the code of the physical key.