blob: 658107c6a18290eb69a12211d618ecb572740ea5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
point="org.eclipse.ui.views">
<category
name="%Views.category.name"
id="org.eclipse.ui.views.properties.tabbed">
</category>
<view
name="%Views.example.name"
category="org.eclipse.ui.views.properties.tabbed"
icon="icons/sample.gif"
class="org.eclipse.ui.examples.views.properties.tabbed.article.views.SampleView"
id="org.eclipse.ui.examples.views.properties.tabbed.article.views.SampleView">
</view>
</extension>
<extension
point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
<propertyContributor contributorId="org.eclipse.ui.examples.views.properties.tabbed.article.views.SampleView">
<propertyCategory category="sample"/>
</propertyContributor>
</extension>
<extension
point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
<propertyTabs contributorId="org.eclipse.ui.examples.views.properties.tabbed.article.views.SampleView">
<propertyTab
category="sample"
id="ButtonTab"
label="Button"/>
<propertyTab
afterTab="ButtonTab"
category="sample"
id="AdvancedTab"
label="Advanced"/>
</propertyTabs>
</extension>
<extension
point="org.eclipse.ui.views.properties.tabbed.propertySections">
<propertySections contributorId="org.eclipse.ui.examples.views.properties.tabbed.article.views.SampleView">
<propertySection
class="org.eclipse.ui.examples.views.properties.tabbed.article.views.LabelSection"
id="LabelSection"
tab="ButtonTab">
<input type="org.eclipse.ui.examples.views.properties.tabbed.article.views.ButtonElement"/>
</propertySection>
<propertySection
afterSection="LabelSection"
class="org.eclipse.ui.examples.views.properties.tabbed.article.views.SizeSection"
id="SizeSection"
tab="ButtonTab">
<input type="org.eclipse.ui.examples.views.properties.tabbed.article.views.ButtonElement"/>
</propertySection>
<propertySection
class="org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection"
id="AdvancedSection"
tab="AdvancedTab">
<input type="org.eclipse.ui.examples.views.properties.tabbed.article.views.ButtonElement"/>
</propertySection>
<propertySection
afterSection="SizeSection"
class="org.eclipse.ui.examples.views.properties.tabbed.article.views.FontSection"
id="FontSection"
tab="ButtonTab">
<input type="org.eclipse.ui.examples.views.properties.tabbed.article.views.ButtonElement"/>
</propertySection>
</propertySections>
</extension>
</plugin>