Interface Plugins

All Superinterfaces:
Advisable<PluginsCallback>, ProfileService

public interface Plugins extends ProfileService, Advisable<PluginsCallback>
An engine service that provides the details about the available Chromium plugins.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an immutable list of the installed and available Chromium plugins or an empty list if there are no installed and available plugins.
    Returns PluginSettings that allows configuring the settings of the available plugins.

    Methods inherited from interface com.teamdev.jxbrowser.callback.Advisable

    get, remove, set

    Methods inherited from interface com.teamdev.jxbrowser.profile.ProfileService

    profile
  • Method Details

    • list

      List<Plugin> 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()
      Returns PluginSettings that allows configuring the settings of the available plugins.
      Since:
      7.9