blob: 2cb0265fafe438c150c0ddfa2a6fe3cd02ddc838 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- Copyright (c) 2005 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 -->
<!-- -->
<!-- Contributors: -->
<!-- IBM Corporation - initial API and implementation -->
<plugin>
<extension
point="org.eclipse.wst.common.ui.properties.propertyContributor">
<propertyContributor
typeMapper="org.eclipse.gmf.runtime.diagram.ui.properties.filters.ModelElementTypeMapper"
contributorId="org.eclipse.gmf.runtime.diagram.ui.properties"
labelProvider="org.eclipse.gmf.runtime.common.ui.services.util.CommonLabelProvider">
<propertyCategory
category="Core">
</propertyCategory>
<propertyCategory
category="Appearance">
</propertyCategory>
<propertyCategory
category="Advanced">
</propertyCategory>
</propertyContributor>
</extension>
<extension
point="org.eclipse.wst.common.ui.properties.propertyTabs">
<propertyTabs
contributorId="org.eclipse.gmf.runtime.diagram.ui.properties">
<propertyTab
label="%Appearance"
category="Appearance"
id="property.tab.AppearancePropertySection">
</propertyTab>
</propertyTabs>
</extension>
<extension point="org.eclipse.wst.common.ui.properties.propertySections">
<propertySections contributorId="org.eclipse.gmf.runtime.diagram.ui.properties">
<propertySection tab="property.tab.AppearancePropertySection"
filter="org.eclipse.gmf.runtime.diagram.ui.properties.filters.EditPartPropertySectionFilter"
class="org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ConnectionAppearancePropertySection"
id="property.section.ConnectorAppearancePropertySection">
<input type="org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart">
</input>
</propertySection>
<propertySection tab="property.tab.AppearancePropertySection"
filter="org.eclipse.gmf.runtime.diagram.ui.properties.filters.EditPartPropertySectionFilter"
class="org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ShapeColorsAndFontsPropertySection"
id="property.section.ShapeColorAndFontPropertySection">
<input type="org.eclipse.gmf.runtime.diagram.ui.editparts.ShapeEditPart">
</input>
</propertySection>
<propertySection tab="property.tab.AppearancePropertySection"
filter="org.eclipse.gmf.runtime.diagram.ui.properties.filters.EditPartPropertySectionFilter"
class="org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.DiagramColorsAndFontsPropertySection"
id="property.section.DiagramColorsAndFontsPropertySection">
<input type="org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart">
</input>
</propertySection>
<propertySection
class="org.eclipse.gmf.runtime.diagram.ui.properties.sections.AdvancedPropertySection"
id="property.section.AdvancedPropertySection"
tab="property.tab.AdvancedPropertySection">
<input type="java.lang.Object"/>
</propertySection>
</propertySections>
</extension>
<extension
point="org.eclipse.wst.common.ui.properties.propertyTabs">
<propertyTabs
contributorId="org.eclipse.gmf.runtime.diagram.ui.properties">
<propertyTab
label="%Advanced"
category="Advanced"
id="property.tab.AdvancedPropertySection">
</propertyTab>
</propertyTabs>
</extension>
<extension id="com.ibm.xtools.modeler.ui.editors.internal.providers.ReadOnlyDiagramPropertiesModifier" name="%ext.readOnlyPropertiesModifier" point="org.eclipse.gmf.runtime.common.ui.services.properties.propertyModifiers">
<PropertyModifier class="org.eclipse.gmf.runtime.diagram.ui.properties.providers.ReadOnlyDiagramPropertiesModifier">
<Priority name="Highest">
</Priority>
<Provider class="*">
</Provider>
</PropertyModifier>
</extension>
</plugin>