<!ELEMENT extension (variablePresentation*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT variablePresentation EMPTY>
<!ATTLIST variablePresentation
variableName CDATA #REQUIRED
argumentSelector CDATA #REQUIRED>
IArgumentSelector
.W powyższym przykładzie dodana prezentacja będzie używana na potrzeby zmiennej o nazwie "example_variable". Określony jest selektor argumentu w celu skonfigurowania argumentu dotyczącego tej zmiennej.<extension point=
"org.eclipse.debug.ui.stringVariablePresentations"
>
<variablePresentation variableName=
"example_variable"
argumentSelector=
"com.example.ExampleArgumentChooser"
>
</variablePresentation>
</extension>
Copyright (c) 2003, 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.