:: com :: sun :: star :: plugin ::
|
struct PluginDescription |
|
- Description
- Describes a specific plugin. If there are multiple mimetypes and/or
extensions, multiple PluginDescriptions will be created.
|
Elements' Summary |
PluginName |
the plugin's name (usually the shared object file name) |
Mimetype |
a mimetype for which this plugin should be registered |
Extension |
the file extension for files the plugin can handle |
Description |
text description of the plugin |
Elements' Details |
PluginName
string PluginName;
- Description
- the plugin's name (usually the shared object file name)
|
|
Mimetype
string Mimetype;
- Description
- a mimetype for which this plugin should be registered
|
|
Extension
string Extension;
- Description
- the file extension for files the plugin can handle
|
|
Description
string Description;
- Description
- text description of the plugin
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.