public class

PluginList

extends Object
java.lang.Object
   ↳ android.webkit.PluginList

This class is deprecated.
This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.

Class Overview

A simple list of initialized plugins. This list gets populated when the plugins are initialized (at browser startup, at the moment).

Summary

Public Constructors
PluginList()
This constructor is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
Public Methods
synchronized void addPlugin(Plugin plugin)
This method is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
synchronized void clear()
This method is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
synchronized List getList()
This method is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
synchronized void pluginClicked(Context context, int position)
This method is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
synchronized void removePlugin(Plugin plugin)
This method is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PluginList ()

Since: API Level 1

This constructor is deprecated.
This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.

Public constructor. Initializes the list of plugins.

Public Methods

public synchronized void addPlugin (Plugin plugin)

Since: API Level 1

This method is deprecated.
This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.

Adds a plugin to the list.

public synchronized void clear ()

Since: API Level 1

This method is deprecated.
This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.

Clears the plugin list.

public synchronized List getList ()

Since: API Level 1

This method is deprecated.
This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.

Returns the list of plugins as a java.util.List.

public synchronized void pluginClicked (Context context, int position)

Since: API Level 1

This method is deprecated.
This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.

Dispatches the click event to the appropriate plugin.

public synchronized void removePlugin (Plugin plugin)

Since: API Level 1

This method is deprecated.
This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.

Removes a plugin from the list.