Package | Description |
---|---|
com.teamdev.jxbrowser.permission |
This package provides classes that allow you to work with permissions.
|
com.teamdev.jxbrowser.permission.callback |
The permission service callbacks.
|
Modifier and Type | Method and Description |
---|---|
static PermissionType |
PermissionType.forNumber(int value) |
static PermissionType |
PermissionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PermissionType |
PermissionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PermissionType |
PermissionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermissionType[] |
PermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<PermissionType> |
PermissionType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
default PermissionType |
RequestPermissionCallback.Params.permissionType()
Returns the type of the requested permission.
|