org.eclipse.pde.ui.pluginContent
. Disse malene oppretter
interessant innhold for nylig opprettede plugin-prosjekter. I tillegg er det mulig å se alle malene
som bruker dette utvidelsespunktet, i en egen versjon av veiviseren for plugin-innhold
som viser malene, og å la brukerne fritt kombinere malene ved å merke av for dem i listen.<!ELEMENT extension (template+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT template EMPTY>
<!ATTLIST template
id CDATA #REQUIRED
name CDATA #REQUIRED
icon CDATA #IMPLIED
class CDATA #REQUIRED
contributingId CDATA #REQUIRED>
org.eclipse.pde.ui.templates.ITemplateSection
.
<extension point=
"org.eclipse.pde.ui.templates"
>
<template contributingId=
"org.eclipse.ui.actionSets"
name=
"Generator for handlingssettet XYZ"
class=
"com.example.xyz.XYZActionSetTemplate"
id=
"com.example.xyz.ActionSetTemplate"
>
</template>
</extension>
org.eclipse.pde.ui.templates.ITemplateSection
. Abstrakte klasser som implementerer
grensesnittet og kan utvides, er imidlertid tilgjengelige.
Copyright (c) 2004 IBM Corporation and others.
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
http://www.eclipse.org/legal/epl-v10.html.