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. Specifies a "Standalone Program" for a launch item to run. The fully-qualified name of the class whose main() method is to be launched. The unique id of the Eclipse Platform plugin containing the program. Specifies a "Workbench View" for a launch item to activate. The unique id of the Workbench View to be activated when the item is launched. Specifies a launch item category heading. The localized name of this category. The unique id of this category. Categories with duplicate id's will be discarded. The unique id of the parent category. Specifies a launch item category description. Specifies a launch item. The localized name of this launch item. The unique id of this launch item. Launch items with duplicate id's will be discarded. The unique id of the category this launch item belongs to. The declaring plugin relative path of an icon to display with this launch item in the Launcher. Set to "false" to disable this launch item, or to "true" to enable it (default). The localized plain-text description of this launch item. Copyright (c) 2002, 2004 IBM Corporation and others.<br> All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>