Java Reference
In-Depth Information
class —The fully qualified name of the modeling assistant provider
class that implements org.eclipse.gmf.runtime.emf.ui.services .
modelingassistant.IModelingAssistantProvider .
<!ELEMENT Priority EMPTY>
<!ATTLIST Priority
name (Lowest|Low|Medium|High|Highest) >
name —The priority of the provider. It can be one of the following values:
Lowest , Low , Medium , High , or Highest .
<!ELEMENT object (method*)>
<!ATTLIST object
id CDATA #REQUIRED
class CDATA #IMPLIED>
This element defines an object that this provider examines. The object
descriptor can include an optional set of methods to call on the object.
id —A unique (within the context of this provider definition) identifier for
the object.
class —The fully qualified name of a class/interface that is assignable from,
or adaptable to, the object. The name could be followed (between parentheses)
by the ID of a plug-in whose classloader can load that class. The final syntax is
className<(plugin id)>?.
<!ELEMENT context EMPTY>
<!ATTLIST context
operationId CDATA #IMPLIED
elements CDATA #IMPLIED>
This element defines the context of a modeling assistant provider.
operationId —A String representation of the operation ID in this context
(see IModelingAssistantOperation ). If this field is omitted, the provider is
considered for all operation types.
elements —A comma-separated list of object IDs (from the provider XML
definition) that are valid element context(s) for the operation ID in this context
description. If this field is omitted, the provider is considered for all element
types.
Search WWH ::




Custom Search