|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.webkit.PluginList
public class PluginList
A simple list of initialized plugins. This list gets populated when the plugins are initialized (at browser startup, at the moment).
| Constructor Summary | |
|---|---|
PluginList()
Public constructor. |
|
| Method Summary | |
|---|---|
void |
addPlugin(Plugin plugin)
Adds a plugin to the list. |
void |
clear()
Clears the plugin list. |
List |
getList()
Returns the list of plugins as a java.util.List. |
void |
pluginClicked(Context context,
int position)
Dispatches the click event to the appropriate plugin. |
void |
removePlugin(Plugin plugin)
Removes a plugin from the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginList()
| Method Detail |
|---|
public List getList()
public void addPlugin(Plugin plugin)
public void removePlugin(Plugin plugin)
public void clear()
public void pluginClicked(Context context,
int position)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||