Uses of Enum Class
com.teamdev.jxbrowser.extensions.ExtensionPermission
Packages that use ExtensionPermission
Package
Description
This package provides the classes that allow you to work with Chrome extensions.
This package provides the classes that allow you to work with extension callbacks.
-
Uses of ExtensionPermission in com.teamdev.jxbrowser.extensions
Methods in com.teamdev.jxbrowser.extensions that return ExtensionPermissionModifier and TypeMethodDescriptionstatic ExtensionPermissionReturns the enum constant of this class with the specified name.static ExtensionPermission[]ExtensionPermission.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExtensionPermission in com.teamdev.jxbrowser.extensions.callback
Methods in com.teamdev.jxbrowser.extensions.callback that return types with arguments of type ExtensionPermissionModifier and TypeMethodDescriptiondefault List<ExtensionPermission> InstallExtensionCallback.Params.permissions()Returns an immutable list of the required extension permissions.