Java Reference
In-Depth Information
edithelperadvice="org.eclipse.gmf.runtime.emf.type.
core.Special2EditHelperAdvice">
<specializes id="org.eclipse.gmf.runtime.emf.type.
core.eobject"/>
<eContainer>
<enablement>
<test property="special2"
value="special2Value"/>
</enablement>
</eContainer>
<enablement>
<test property="special2" value="special2Value"/>
</enablement>
</specializationType>
<specializationType
id="org.eclipse.gmf.runtime.emf.type.core.customType"
icon="icons/customType.gif"
name="%CustomType"
kind="org.eclipse.gmf.runtime.emf.type.core.
CustomElementKind"
edithelperadvice="org.eclipse.gmf.runtime.emf.type.
core.CustomEditHelperAdvice">
<specializes
id="org.eclipse.gmf.runtime.emf.type.core.eobject"/>
<param
name="customParameter1"
value="value1">
</param>
<param
name="customParameter2"
value="value2">
</param>
</specializationType>
<adviceBinding
id="org.eclipse.gmf.runtime.emf.type.core.advisedType"
typeId="org.eclipse.gmf.runtime.emf.type.core.eobject"
class="org.eclipse.gmf.runtime.emf.type.core.
advisedTypeEditHelperAdvice"
applyToSubtypes="false">
<eContainer>
<enablement>
<test property="advised" value="advisedValue"/>
</enablement>
</eContainer>
</adviceBinding>
</metamodel>
<elementTypeFactory
factory="org.eclipse.gmf.runtime.emf.type.core.
CustomElementTypeFactory"
kind = "org.eclipse.gmf.runtime.emf.type.core.CustomElementKind"
params = "customParameter1, customParameter2">
</elementTypeFactory>
</extension>
Search WWH ::




Custom Search