Uses of Enum Class
com.teamdev.jxbrowser.permission.PermissionType
Package
Description
This package provides classes that allow you to work with permissions.
The permission service callbacks.
-
Uses of PermissionType in com.teamdev.jxbrowser.permission
Modifier and TypeMethodDescriptionstatic PermissionType
PermissionType.forNumber
(int value) static PermissionType
PermissionType.valueOf
(int value) Deprecated.static PermissionType
PermissionType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PermissionType
Returns the enum constant of this class with the specified name.static PermissionType[]
PermissionType.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<PermissionType>
PermissionType.internalGetValueMap()
-
Uses of PermissionType in com.teamdev.jxbrowser.permission.callback
Modifier and TypeMethodDescriptiondefault PermissionType
RequestPermissionCallback.Params.permissionType()
Returns the type of the requested permission.