Uses of Enum Class
com.teamdev.jxbrowser.permission.PermissionType
Packages that use 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
Methods in com.teamdev.jxbrowser.permission that return PermissionTypeModifier 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.Methods in com.teamdev.jxbrowser.permission that return types with arguments of type PermissionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PermissionType>
PermissionType.internalGetValueMap()
-
Uses of PermissionType in com.teamdev.jxbrowser.permission.callback
Methods in com.teamdev.jxbrowser.permission.callback that return PermissionTypeModifier and TypeMethodDescriptiondefault PermissionType
RequestPermissionCallback.Params.permissionType()
Returns the type of the requested permission.