Uses of Enum Class
com.teamdev.jxbrowser.browser.event.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
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TerminationStatus>
TerminationStatus.internalGetValueMap()