<!ELEMENT extension (consolePageParticipant)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT consolePageParticipant (enablement)>
<!ATTLIST consolePageParticipant
id CDATA #REQUIRED
class CDATA #REQUIRED>
IConsolePageParticipant
.W powyższym przykładzie wniesiony uczestnik strony konsoli będzie używany we wszystkich konsolach typu com.example.ExampleConsole.<extension point=
"org.eclipse.ui.console.consolePageParticipant"
>
<consolePageParticipant class=
"com.example.ExamplePageParticipant"
id=
"com.example.ExamplePageParticipant"
>
<enablement>
<instanceof value=
"com.example.ExampleConsole"
/>
</enablement>
</consolePageParticipant>
</extension>
Copyright (c) 2000, 2005 IBM Corporation i inne podmioty.
Wszelkie prawa zastrzeżone. Program ten oraz towarzyszące mu materiały są udostępniane na warunkach
licencji EPL (Eclipse Public License), wersja 1.0, dołączonej do nich i
dostępnej pod adresem http://www.eclipse.org/legal/epl-v10.html.