| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <HEAD> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| </HEAD> |
| <HTML> |
| <BODY> |
| <H1><CENTER>Launch Items</CENTER></H1> |
| <H2>Identifier</H2> |
| org.eclipse.swt.examples.launcher.launchItems<H2>Description</H2> |
| This extension point is used to add 'standalone program' and |
| 'Workbench view' |
| launch items to the Launcher, optionally grouping them into |
| categories so as to form a multi-tiered hierarchy. |
| Standalone programs are executed using the platform's event loop. |
| Workbench views are created within the active Workbench Perspective.<H2>Markup</H2> |
| <p><samp> <!ELEMENT extension EMPTY></samp> |
| <br><samp> <!ATTLIST extension</samp> |
| <br><samp> point CDATA #REQUIRED</samp> |
| <br><samp> id CDATA #IMPLIED</samp> |
| <br><samp> name CDATA #IMPLIED</samp> |
| <br><samp> ></samp> |
| <ul> |
| <li><b>point</b> - </li><li><b>id</b> - </li><li><b>name</b> - </li></ul> |
| <p><samp> <!ELEMENT program EMPTY></samp> |
| <br><samp> <!ATTLIST program</samp> |
| <br><samp> mainClass CDATA #REQUIRED</samp> |
| <br><samp> pluginId CDATA #REQUIRED</samp> |
| <br><samp> ></samp> |
| <ul> |
| <li><b>mainClass</b> - The fully-qualified name of the class whose main() method is to be launched.</li><li><b>pluginId</b> - The unique id of the Eclipse Platform plugin containing the program.</li></ul> |
| <p><samp> <!ELEMENT view EMPTY></samp> |
| <br><samp> <!ATTLIST view</samp> |
| <br><samp> viewId CDATA #REQUIRED</samp> |
| <br><samp> ></samp> |
| <ul> |
| <li><b>viewId</b> - The unique id of the Workbench View to be activated when the item is launched.</li></ul> |
| <p><samp> <!ELEMENT category EMPTY></samp> |
| <br><samp> <!ATTLIST category</samp> |
| <br><samp> name CDATA #REQUIRED</samp> |
| <br><samp> id CDATA #REQUIRED</samp> |
| <br><samp> category CDATA #IMPLIED</samp> |
| <br><samp> ></samp> |
| <ul> |
| <li><b>name</b> - The localized name of this category.</li><li><b>id</b> - The unique id of this category. Categories with duplicate id's will be discarded.</li><li><b>category</b> - The unique id of the parent category.</li></ul> |
| <p><samp> <!ELEMENT item EMPTY></samp> |
| <br><samp> <!ATTLIST item</samp> |
| <br><samp> name CDATA #REQUIRED</samp> |
| <br><samp> id CDATA #REQUIRED</samp> |
| <br><samp> category CDATA #IMPLIED</samp> |
| <br><samp> icon CDATA #IMPLIED</samp> |
| <br><samp> enabled (true | false) "false""true"</samp> |
| <br><samp> description CDATA #IMPLIED</samp> |
| <br><samp> ></samp> |
| <ul> |
| <li><b>name</b> - The localized name of this launch item.</li><li><b>id</b> - The unique id of this launch item. Launch items with duplicate id's will be discarded.</li><li><b>category</b> - The unique id of the category this launch item belongs to.</li><li><b>icon</b> - The declaring plugin relative path of an icon to display with this launch item in the Launcher.</li><li><b>enabled</b> - Set to "false" to disable this launch item, or to "true" to enable it (default).</li><li><b>description</b> - The localized plain-text description of this launch item.</li></ul> |
| <H2>Example</H2> |
| <H2>API Information</H2> |
| <H2>Supplied Implementation</H2> |
| </BODY> |
| </HTML> |