Package com.teamdev.jxbrowser.plugin
Interface Plugins
- All Superinterfaces:
Advisable<PluginsCallback>
,ProfileService
An engine service that provides the details about the available Chromium plugins.
-
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.profile.ProfileService
profile
-
Method Details
-
list
Returns an immutable list of the installed and available Chromium plugins or an empty list if there are no installed and available plugins.- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
settings
PluginSettings settings()ReturnsPluginSettings
that allows configuring the settings of the available plugins.- Since:
- 7.9
-