:: com :: sun :: star ::

module plugin
Description
Netscape-like plugin interfaces.

Services
::com::sun::star::plugin::PluginManager This service manages all recognized Netscape plugins.
Interfaces
::com::sun::star::plugin::XPlugin This interface allows the container, e.g. document to control the plugin.
::com::sun::star::plugin::XPluginContext Interface receiving calls from a plugin library. A default context can be created using the ::com::sun::star::plugin::PluginManager .
::com::sun::star::plugin::XPluginManager Interface accessing all recognized Netscape plugins.
Structs
::com::sun::star::plugin::PluginDescription Describes a specific plugin. If there are multiple mimetypes and/or extensions, multiple ::com::sun::star::plugin::PluginDescription s will be created.
Exceptions
::com::sun::star::plugin::PluginException Indicates that an error occured in an NPN or NPP function call.
Enums
::com::sun::star::plugin::PluginVariable Describes the possible parameters to XPluginContext::getValue. It describes what kind of object is requested.
Constant Groups
::com::sun::star::plugin::PluginMode
Top of Page