Uses of Enum Class
com.teamdev.jxbrowser.dom.DomKeyCode
Packages that use 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
Methods in com.teamdev.jxbrowser.dom that return DomKeyCodeModifier 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.Methods in com.teamdev.jxbrowser.dom that return types with arguments of type DomKeyCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DomKeyCode>
DomKeyCode.internalGetValueMap()
-
Uses of DomKeyCode in com.teamdev.jxbrowser.dom.event
Methods in com.teamdev.jxbrowser.dom.event that return DomKeyCodeModifier 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.Methods in com.teamdev.jxbrowser.dom.event with parameters of type DomKeyCodeModifier and TypeMethodDescriptionKeyEventParams.Builder.domKeyCode
(DomKeyCode code) Sets the code of the physical key.