Package | Description |
---|---|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Method and Description |
---|---|
static EventPhase |
EventPhase.forNumber(int value) |
EventPhase |
Event.phase()
Returns the event phase.
|
static EventPhase |
EventPhase.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EventPhase |
EventPhase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EventPhase |
EventPhase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventPhase[] |
EventPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<EventPhase> |
EventPhase.internalGetValueMap() |