public interface IPluginService
IBrowserCanvas that exposes additional plugin
preferences and functionality.| Modifier and Type | Method and Description |
|---|---|
void |
setAllPluginsEnabled(boolean enable)
Enables or disables all plugins.
|
void |
setPluginEnabledByName(String name,
boolean enable)
Enables or disables the plugin with the given name.
|
void setAllPluginsEnabled(boolean enable)
void setPluginEnabledByName(String name, boolean enable)
Use IBrowserCanvas.executeScriptWithReturn(String) to inspect the
contents of JavaScript variable
"window.navigator.plugins", which exposes information
about installed plugins.