<!ELEMENT extension (propertyTabs)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT propertyTabs (propertyTab+)>
<!ATTLIST propertyTabs
contributorId CDATA #REQUIRED>
<!ELEMENT propertyTab EMPTY>
<!ATTLIST propertyTab
label CDATA #REQUIRED
category CDATA #REQUIRED
afterTab CDATA #IMPLIED
id CDATA #REQUIRED>
<extension point=
"org.eclipse.wst.common.ui.properties.propertyTabs"
>
<propertyTabs contributorId=
"org.eclipse.gef.examples.logicdesigner.LogicEditor"
>
<propertyTab label=
"Location"
category=
"other"
id=
"logic.tab.Location"
/>
<propertyTab label=
"Size"
category=
"other"
aftertab=
"logic.tab.Location"
id=
"logic.tab.Size"
/>
<propertyTab label=
"Element"
category=
"element"
id=
"logic.tab.Element"
/>
</propertyTabs>
</extension>
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