Uses of Enum Class
com.teamdev.jxbrowser.browser.event.TerminationStatus
Packages that use TerminationStatus
Package
Description
This package provides the classes that allow you to work with browser events.
-
Uses of TerminationStatus in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return TerminationStatusModifier and TypeMethodDescriptionstatic TerminationStatus
TerminationStatus.forNumber
(int value) default TerminationStatus
RenderProcessTerminated.status()
Returns the termination status of the terminated render process.static TerminationStatus
TerminationStatus.valueOf
(int value) Deprecated.static TerminationStatus
TerminationStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static TerminationStatus
Returns the enum constant of this class with the specified name.static TerminationStatus[]
TerminationStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.browser.event that return types with arguments of type TerminationStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TerminationStatus>
TerminationStatus.internalGetValueMap()