android.webkit.PluginList
A simple list of initialized plugins. This list gets
populated when the plugins are initialized (at
browser startup, at the moment).
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
PluginList()
Public constructor. Initializes the list of plugins.
Public Methods
public
synchronized
void
addPlugin(Plugin plugin)
Adds a plugin to the list.
public
synchronized
void
clear()
Clears the plugin list.
public
synchronized
List
getList()
Returns the list of plugins as a java.util.List.
public
synchronized
void
pluginClicked(Context context, int position)
Dispatches the click event to the appropriate plugin.
public
synchronized
void
removePlugin(Plugin plugin)
Removes a plugin from the list.