BPMN2 Modeler UI contributions

Identifier:
org.eclipse.bpmn2.modeler.ui.org.eclipse.bpmn2.modeler.ui

Since:
1.0.2

Description:
BPMN2 Modeler contributions to the UI.

Configuration Markup:

<!ELEMENT extension (importDialog* | toolProvider?)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

This extension point allows plugins to contribute to, and customize the BPMN2 Modeler User Interface.



<!ELEMENT importDialog EMPTY>

<!ATTLIST importDialog

id        CDATA #REQUIRED

runtimeId CDATA #REQUIRED

class     CDATA #REQUIRED>

This element defines a Dialog that the editor will use for selecting Import resources (e.g. WSDL, XSD Schema, Java, BPMN2, etc.)



<!ELEMENT toolProvider EMPTY>

<!ATTLIST toolProvider

id        CDATA #REQUIRED

runtimeId CDATA #REQUIRED

class     CDATA #REQUIRED>