Java Reference
In-Depth Information
Figure 10-26
EditPartService
A provider's description outlines zero or more objects to be referenced by the
provider's contexts and then lists zero or more contexts that the provider sup-
ports.
class —The fully qualified name of the EditPartProvider class that imple-
ments org.eclipse.gmf.runtime.diagram.ui.internal.services.
editpart.IEditPartProvider .
<!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 . Dependencies must be considered
when choosing the priority.
<!ELEMENT object (method* , staticMethod*)>
<!ATTLIST object
id CDATA #REQUIRED
class CDATA #IMPLIED>
This element specifies a descriptor of 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.
Search WWH ::




Custom Search