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 PermissionTypePermissionType.forNumber(int value) static PermissionTypePermissionType.valueOf(int value) Deprecated.static PermissionTypePermissionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PermissionTypeReturns 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 PermissionTypeRequestPermissionCallback.Params.permissionType()Returns the type of the requested permission.