Uses of Enum Class
com.teamdev.jxbrowser.net.NetError
Package
Description
This package provides the classes that allow you to work with browser callback.
Contains classes and interfaces for working with navigation.
The navigation callbacks.
The navigation events.
Contains classes and interfaces for working with network.
The network service events.
-
Uses of NetError in com.teamdev.jxbrowser.browser.callback
-
Uses of NetError in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic NetError
NetError.forNumber
(int value) static NetError
NetError.valueOf
(int value) Deprecated.static NetError
NetError.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static NetError
Returns the enum constant of this class with the specified name.static NetError[]
NetError.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<NetError>
NetError.internalGetValueMap()
-
Uses of NetError in com.teamdev.jxbrowser.net.event