org.eclipse.pde.ui.pluginContent
extension point. These templates create interesting content for newly created plug-in projects. In addition, all the templates contributed using this extension point can be seen in a special version of the plug-in content wizard that lists the templates and allows users to freely combine the templates by checking them in the list.<!ELEMENT extension (template+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT template EMPTY>
<!ATTLIST template
id IDREF #REQUIRED
name CDATA #REQUIRED
icon CDATA #IMPLIED
class CDATA #REQUIRED
contributingId IDREF #REQUIRED>
org.eclipse.pde.ui.templates.ITemplateSection
interface.
<extension point="org.eclipse.pde.ui.templates"> <template contributingId="org.eclipse.ui.actionSets" name="XYZ Action Set Generator" class="com.example.xyz.XYZActionSetTemplate" id="com.example.xyz.ActionSetTemplate"> </template> </extension>
org.eclipse.pde.ui.templates.ITemplateSection
interface. However, abstract classes that implement the interface and can be extended are available.
Copyright (c) 2004, 2013 IBM Corporation and others.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which
accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0.