Uses of Enum Class
com.teamdev.jxbrowser.dom.event.EventPhase
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of EventPhase in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptionstatic EventPhase
EventPhase.forNumber
(int value) Event.phase()
Returns the event phase.static EventPhase
EventPhase.valueOf
(int value) Deprecated.static EventPhase
EventPhase.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static EventPhase
Returns the enum constant of this class with the specified name.static EventPhase[]
EventPhase.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<EventPhase>
EventPhase.internalGetValueMap()