Enum Class DomKeyCode

java.lang.Object
java.lang.Enum<DomKeyCode>
com.teamdev.jxbrowser.dom.DomKeyCode
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<DomKeyCode>, Constable

@Generated("Generated by the protocol buffer compiler") public enum DomKeyCode extends Enum<DomKeyCode> implements com.google.protobuf.ProtocolMessageEnum
Represents a physical key used in a DOM keyboard event.

String representation of the codes in JavaScript may not match their names in this list. Some of the codes don't have string representation.