| Package | Description |
|---|---|
| com.teamdev.jxbrowser.plugin |
Contains classes and interfaces for filtering the available plugins.
|
| com.teamdev.jxbrowser.plugin.callback |
The plugin service callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Plugin> |
Plugins.list()
Returns an immutable list of the installed and available Chromium plugins or an empty list if
there are no installed and available plugins.
|
| Modifier and Type | Method and Description |
|---|---|
default Plugin |
AllowPluginCallback.Params.plugin()
Returns the plugin to check.
|