<!ELEMENT extension (queryParticipant)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT queryParticipant EMPTY>
<!ATTLIST queryParticipant
class CDATA #REQUIRED
id CDATA #REQUIRED
nature CDATA #REQUIRED
name CDATA #REQUIRED>
<extension point=
"org.eclipse.jdt.ui.queryParticipants"
>
<queryParticipant label=
"Example Query Participant"
nature=
"org.eclipse.jdt.core.javanature"
class=
"org.eclipse.jdt.ui.example.TestParticipant"
id=
"org.eclipse.jdt.ui.example.TestParticipant"
>
</queryParticipant>
</extension>
org.eclipse.jdt.ui.search.IQueryParticipant
implementieren.
Copyright (c) 2001, 2005 IBM Corporation und Andere.
Alle Rechte vorbehalten. Dieses Programm und sein Begleitmaterial werden gemäß
den Bedingungen der 'Eclipse Public License v1.0' zur Verfügung gestellt, die diese Verteilung begleitet und
unter http://www.eclipse.org/legal/epl-v10.html abgerufen werden kann.