Uses of Enum Class
com.teamdev.jxbrowser.dom.event.EventPhase
Packages that use EventPhase
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of EventPhase in com.teamdev.jxbrowser.dom.event
Methods in com.teamdev.jxbrowser.dom.event that return EventPhaseModifier 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.Methods in com.teamdev.jxbrowser.dom.event that return types with arguments of type EventPhaseModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<EventPhase>
EventPhase.internalGetValueMap()