Java Reference
In-Depth Information
eclass CDATA #REQUIRED
edithelper CDATA #IMPLIED
kind CDATA #IMPLIED>
This element defines a new metamodel elementType .
id —The unique identifier for this metamodel elementType .
icon —The path of this metamodel elementType icon, relative to this
plug-in location.
name —The I18N display name for this metamodel elementType .
eclass —The name of an EClass instance from the metamodel specified in
the enclosing metamodel element.
edithelper —The fully qualified name of a class that implements
org.eclipse.gmf.runtime.emf.type.core.edit.IEditHelper .
kind —The kind of element. Identifies the IElementTypeFactory that is
used to instantiate the elementType . If it is not specified, a default factory cre-
ates the element.
<!ELEMENT specializationType (specializes+ , (matcher | enablement)? ,
param* , eContainer?)>
<!ATTLIST specializationType
id CDATA #REQUIRED
icon CDATA #IMPLIED
name CDATA #IMPLIED
edithelperadvice CDATA #IMPLIED
kind CDATA #IMPLIED>
This element defines a new specialization elementType .
id —The unique specialization edit type identifier.
icon —The path of this specialization elementType icon, relative to this
plug-in location.
name —The I18N display name for this specialization elementType .
edithelperadvice —The fully qualified name of a class that implements
org.eclipse.gmf.runtime.emf.type.core.edit.IEditHelperAdvice .
This attribute specifies the class that provides editing advice for elements of this
type. You can contribute editing advice before and/or after the default editing
behavior.
kind —The kind of element. Identifies the IElementTypeFactory that is
used to instantiate the elementType . If it is not specified, a default factory cre-
ates the element.
Search WWH ::




Custom Search