| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <plugin> |
| |
| <extension point="org.eclipse.team.core.fileTypes"> |
| <?gmfgen generated="true"?> |
| <fileTypes |
| type="text" |
| extension="scenario"> |
| </fileTypes> |
| </extension> |
| |
| <extension point="org.eclipse.emf.ecore.extension_parser"> |
| <?gmfgen generated="true"?> |
| <parser |
| type="scenario" |
| class="org.eclipse.gmf.runtime.emf.core.resources.GMFResourceFactory"> |
| </parser> |
| </extension> |
| |
| <extension point="org.eclipse.ui.editors"> |
| <?gmfgen generated="true"?> |
| <editor |
| id="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramEditorID" |
| name="%editorName" |
| icon="icons/obj16/ScenarioDiagramFile.gif" |
| extensions="scenario" |
| default="true" |
| class="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramEditor" |
| matchingStrategy="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioMatchingStrategy" |
| contributorClass="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramActionBarContributor"> |
| </editor> |
| </extension> |
| |
| <extension point="org.eclipse.ui.contexts"> |
| <?gmfgen generated="true"?> |
| <context |
| description="%context.description" |
| id="org.eclipse.amalgam.examples.scenario.diagram.ui.diagramContext" |
| name="%context.name" |
| parentId="org.eclipse.gmf.runtime.diagram.ui.diagramContext"> |
| </context> |
| </extension> |
| |
| <extension point="org.eclipse.ui.newWizards"> |
| <?gmfgen generated="true"?> |
| <wizard |
| name="%newWizardName" |
| icon="icons/obj16/ScenarioDiagramFile.gif" |
| category="org.eclipse.amalgam.examples.requirements.wizards.category" |
| class="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioCreationWizard" |
| id="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioCreationWizardID"> |
| <description>%newWizardDesc</description> |
| </wizard> |
| </extension> |
| |
| <extension point="org.eclipse.ui.popupMenus"> |
| <?gmfgen generated="true"?> |
| <objectContribution |
| adaptable="false" |
| id="org.eclipse.amalgam.examples.scenario.diagram.LoadResource" |
| objectClass="org.eclipse.amalgam.examples.scenario.diagram.edit.parts.ProcessEditPart"> |
| <action |
| class="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioLoadResourceAction" |
| enablesFor="1" |
| id="org.eclipse.amalgam.examples.scenario.diagram.LoadResourceAction" |
| label="%loadResourceActionLabel" |
| menubarPath="additions"> |
| </action> |
| </objectContribution> |
| </extension> |
| |
| <extension point="org.eclipse.ui.popupMenus"> |
| <?gmfgen generated="true"?> |
| <objectContribution |
| id="org.eclipse.amalgam.examples.scenario.diagram.InitDiagram" |
| nameFilter="*.scenario" |
| objectClass="org.eclipse.core.resources.IFile"> |
| <action |
| label="%initDiagramActionLabel" |
| class="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioInitDiagramFileAction" |
| menubarPath="additions" |
| enablesFor="1" |
| id="org.eclipse.amalgam.examples.scenario.diagram.InitDiagramAction"> |
| </action> |
| </objectContribution> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.common.ui.services.action.globalActionHandlerProviders"> |
| <?gmfgen generated="true"?> |
| <GlobalActionHandlerProvider |
| class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramGlobalActionHandlerProvider" |
| id="scenarioPresentation"> |
| <Priority name="Lowest"/> |
| <ViewId id="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramEditorID"> |
| <ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart"> |
| <GlobalActionId actionId="delete"/> |
| </ElementType> |
| <ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart"> |
| <GlobalActionId actionId="save"/> |
| </ElementType> |
| </ViewId> |
| </GlobalActionHandlerProvider> |
| <GlobalActionHandlerProvider |
| class="org.eclipse.gmf.runtime.diagram.ui.printing.render.providers.DiagramWithPrintGlobalActionHandlerProvider" |
| id="scenarioPresentationPrint"> |
| <Priority name="Lowest"/> |
| <ViewId id="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramEditorID"> |
| <ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart"> |
| <GlobalActionId actionId="print"/> |
| </ElementType> |
| </ViewId> |
| </GlobalActionHandlerProvider> |
| <GlobalActionHandlerProvider |
| class="org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers.DiagramIDEGlobalActionHandlerProvider" |
| id="scenarioPresentationIDE"> |
| <Priority name="Lowest"/> |
| <ViewId id="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramEditorID"> |
| <ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart"> |
| <GlobalActionId actionId="bookmark"/> |
| </ElementType> |
| </ViewId> |
| </GlobalActionHandlerProvider> |
| <GlobalActionHandlerProvider |
| class="org.eclipse.gmf.runtime.diagram.ui.render.providers.DiagramUIRenderGlobalActionHandlerProvider" |
| id="scenarioRender"> |
| <Priority name="Lowest"/> |
| <ViewId id="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramEditorID"> |
| <ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart"> |
| <GlobalActionId actionId="cut"/> |
| <GlobalActionId actionId="copy"/> |
| <GlobalActionId actionId="paste"/> |
| </ElementType> |
| </ViewId> |
| </GlobalActionHandlerProvider> |
| </extension> |
| |
| |
| <extension point="org.eclipse.core.runtime.preferences"> |
| <?gmfgen generated="true"?> |
| <initializer class="org.eclipse.amalgam.examples.scenario.diagram.preferences.DiagramPreferenceInitializer"/> |
| </extension> |
| |
| <extension point="org.eclipse.ui.preferencePages"> |
| <?gmfgen generated="false"?> |
| <page |
| id="org.eclipse.amalgam.examples.scenario.diagram.general" |
| name="%preference.page.title.org.eclipse.amalgam.examples.scenario.diagram.general" |
| category="org.eclipse.amalgam.examples.requirements.preferences.category" |
| class="org.eclipse.amalgam.examples.scenario.diagram.preferences.DiagramGeneralPreferencePage"> |
| </page> |
| <page |
| id="org.eclipse.amalgam.examples.scenario.diagram.appearance" |
| name="%preference.page.title.org.eclipse.amalgam.examples.scenario.diagram.appearance" |
| category="org.eclipse.amalgam.examples.scenario.diagram.general" |
| class="org.eclipse.amalgam.examples.scenario.diagram.preferences.DiagramAppearancePreferencePage"> |
| </page> |
| <page |
| id="org.eclipse.amalgam.examples.scenario.diagram.connections" |
| name="%preference.page.title.org.eclipse.amalgam.examples.scenario.diagram.connections" |
| category="org.eclipse.amalgam.examples.scenario.diagram.general" |
| class="org.eclipse.amalgam.examples.scenario.diagram.preferences.DiagramConnectionsPreferencePage"> |
| </page> |
| <page |
| id="org.eclipse.amalgam.examples.scenario.diagram.printing" |
| name="%preference.page.title.org.eclipse.amalgam.examples.scenario.diagram.printing" |
| category="org.eclipse.amalgam.examples.scenario.diagram.general" |
| class="org.eclipse.amalgam.examples.scenario.diagram.preferences.DiagramPrintingPreferencePage"> |
| </page> |
| <page |
| id="org.eclipse.amalgam.examples.scenario.diagram.rulersAndGrid" |
| name="%preference.page.title.org.eclipse.amalgam.examples.scenario.diagram.rulersAndGrid" |
| category="org.eclipse.amalgam.examples.scenario.diagram.general" |
| class="org.eclipse.amalgam.examples.scenario.diagram.preferences.DiagramRulersAndGridPreferencePage"> |
| </page> |
| <page |
| id="org.eclipse.amalgam.examples.scenario.diagram.pathmaps" |
| name="%preference.page.title.org.eclipse.amalgam.examples.scenario.diagram.pathmaps" |
| category="org.eclipse.amalgam.examples.scenario.diagram.general" |
| class="org.eclipse.gmf.runtime.emf.ui.preferences.PathmapsPreferencePage"> |
| </page> |
| </extension> |
| |
| <extension point="org.eclipse.ui.views.properties.tabbed.propertyContributor"> |
| <?gmfgen generated="true"?> |
| <propertyContributor |
| contributorId="org.eclipse.amalgam.examples.scenario.diagram" |
| labelProvider="org.eclipse.amalgam.examples.scenario.diagram.sheet.ScenarioSheetLabelProvider"> |
| <propertyCategory category="domain"/> |
| <propertyCategory category="visual"/> |
| <propertyCategory category="extra"/> |
| </propertyContributor> |
| </extension> |
| |
| <extension point="org.eclipse.ui.views.properties.tabbed.propertyTabs"> |
| <?gmfgen generated="true"?> |
| <propertyTabs contributorId="org.eclipse.amalgam.examples.scenario.diagram"> |
| <propertyTab |
| category="visual" |
| id="property.tab.AppearancePropertySection" |
| label="%tab.appearance"/> |
| <propertyTab |
| category="visual" |
| id="property.tab.DiagramPropertySection" |
| label="%tab.diagram"/> |
| <propertyTab |
| category="domain" |
| id="property.tab.domain" |
| label="%tab.domain"/> |
| </propertyTabs> |
| </extension> |
| |
| <extension point="org.eclipse.ui.views.properties.tabbed.propertySections"> |
| <?gmfgen generated="true"?> |
| <propertySections contributorId="org.eclipse.amalgam.examples.scenario.diagram"> |
| <propertySection id="property.section.ConnectorAppearancePropertySection" |
| filter="org.eclipse.gmf.runtime.diagram.ui.properties.filters.ConnectionEditPartPropertySectionFilter" |
| class="org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ConnectionAppearancePropertySection" |
| tab="property.tab.AppearancePropertySection"> |
| </propertySection> |
| <propertySection id="property.section.ShapeColorAndFontPropertySection" |
| filter="org.eclipse.gmf.runtime.diagram.ui.properties.filters.ShapeEditPartPropertySectionFilter" |
| class="org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ShapeColorsAndFontsPropertySection" |
| tab="property.tab.AppearancePropertySection"> |
| </propertySection> |
| <propertySection id="property.section.DiagramColorsAndFontsPropertySection" |
| filter="org.eclipse.gmf.runtime.diagram.ui.properties.filters.DiagramEditPartPropertySectionFilter" |
| class="org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.DiagramColorsAndFontsPropertySection" |
| tab="property.tab.AppearancePropertySection"> |
| </propertySection> |
| <propertySection id="property.section.RulerGridPropertySection" |
| filter="org.eclipse.gmf.runtime.diagram.ui.properties.filters.DiagramEditPartPropertySectionFilter" |
| class="org.eclipse.gmf.runtime.diagram.ui.properties.sections.grid.RulerGridPropertySection" |
| tab="property.tab.DiagramPropertySection"> |
| </propertySection> |
| <propertySection |
| id="property.section.domain" |
| tab="property.tab.domain" |
| class="org.eclipse.amalgam.examples.scenario.diagram.sheet.ScenarioPropertySection"> |
| <input type="org.eclipse.gmf.runtime.notation.View"/> |
| <input type="org.eclipse.gef.EditPart"/> |
| <input type="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioAbstractNavigatorItem"/> |
| </propertySection> |
| </propertySections> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.diagram.core.viewProviders"> |
| <?gmfgen generated="true"?> |
| <viewProvider class="org.eclipse.amalgam.examples.scenario.diagram.providers.ScenarioViewProvider"> |
| <Priority name="Lowest"/> |
| <context viewClass="org.eclipse.gmf.runtime.notation.Diagram" semanticHints="scenario"/> |
| <context viewClass="org.eclipse.gmf.runtime.notation.Node" semanticHints=""/> |
| <context viewClass="org.eclipse.gmf.runtime.notation.Edge" semanticHints=""/> |
| </viewProvider> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.diagram.ui.editpartProviders"> |
| <?gmfgen generated="true"?> |
| <editpartProvider class="org.eclipse.amalgam.examples.scenario.diagram.providers.ScenarioEditPartProvider"> |
| <Priority name="Lowest"/> |
| </editpartProvider> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.emf.ui.modelingAssistantProviders"> |
| <?gmfgen generated="true"?> |
| <modelingAssistantProvider class="org.eclipse.amalgam.examples.scenario.diagram.providers.ScenarioModelingAssistantProvider"> |
| <Priority name="Lowest"/> |
| </modelingAssistantProvider> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.common.ui.services.iconProviders"> |
| <?gmfgen generated="true"?> |
| <IconProvider class="org.eclipse.amalgam.examples.scenario.diagram.providers.ScenarioIconProvider"> |
| <Priority name="Low"/> |
| </IconProvider> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.common.ui.services.parserProviders"> |
| <?gmfgen generated="true"?> |
| <ParserProvider class="org.eclipse.amalgam.examples.scenario.diagram.providers.ScenarioParserProvider"> |
| <Priority name="Lowest"/> |
| </ParserProvider> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypes"> |
| <?gmfgen generated="true"?> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <metamodelType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Process_1000" |
| name="%metatype.name.Process_1000" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" |
| eclass="Process" |
| edithelper="org.eclipse.amalgam.examples.scenario.diagram.edit.helpers.ProcessEditHelper"> |
| <param name="semanticHint" value="1000"/> |
| </metamodelType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <metamodelType |
| id="org.eclipse.amalgam.examples.scenario.diagram.DataObject_2001" |
| name="%metatype.name.DataObject_2001" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" |
| eclass="DataObject" |
| edithelper="org.eclipse.amalgam.examples.scenario.diagram.edit.helpers.DataObjectEditHelper"> |
| <param name="semanticHint" value="2001"/> |
| </metamodelType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <metamodelType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Event_2002" |
| name="%metatype.name.Event_2002" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" |
| eclass="Event" |
| edithelper="org.eclipse.amalgam.examples.scenario.diagram.edit.helpers.EventEditHelper"> |
| <param name="semanticHint" value="2002"/> |
| </metamodelType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <metamodelType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Gateway_2003" |
| name="%metatype.name.Gateway_2003" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" |
| eclass="Gateway" |
| edithelper="org.eclipse.amalgam.examples.scenario.diagram.edit.helpers.GatewayEditHelper"> |
| <param name="semanticHint" value="2003"/> |
| </metamodelType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <metamodelType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Task_2004" |
| name="%metatype.name.Task_2004" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" |
| eclass="Task" |
| edithelper="org.eclipse.amalgam.examples.scenario.diagram.edit.helpers.TaskEditHelper"> |
| <param name="semanticHint" value="2004"/> |
| </metamodelType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Event_2005" |
| name="%metatype.name.Event_2005" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Event_2002"/> |
| <param name="semanticHint" value="2005"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Event_2006" |
| name="%metatype.name.Event_2006" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Event_2002"/> |
| <param name="semanticHint" value="2006"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Process_2007" |
| name="%metatype.name.Process_2007" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Process_1000"/> |
| <param name="semanticHint" value="2007"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Gateway_2008" |
| name="%metatype.name.Gateway_2008" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Gateway_2003"/> |
| <param name="semanticHint" value="2008"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Event_2009" |
| name="%metatype.name.Event_2009" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Event_2002"/> |
| <param name="semanticHint" value="2009"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Event_2010" |
| name="%metatype.name.Event_2010" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Event_2002"/> |
| <param name="semanticHint" value="2010"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Event_2011" |
| name="%metatype.name.Event_2011" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Event_2002"/> |
| <param name="semanticHint" value="2011"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Gateway_2012" |
| name="%metatype.name.Gateway_2012" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Gateway_2003"/> |
| <param name="semanticHint" value="2012"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Event_3001" |
| name="%metatype.name.Event_3001" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Event_2002"/> |
| <param name="semanticHint" value="3001"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Event_3002" |
| name="%metatype.name.Event_3002" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Event_2002"/> |
| <param name="semanticHint" value="3002"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <metamodelType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Association_4001" |
| name="%metatype.name.Association_4001" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" |
| eclass="Association" |
| edithelper="org.eclipse.amalgam.examples.scenario.diagram.edit.helpers.AssociationEditHelper"> |
| <param name="semanticHint" value="4001"/> |
| </metamodelType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <metamodelType |
| id="org.eclipse.amalgam.examples.scenario.diagram.SequenceFlow_4002" |
| name="%metatype.name.SequenceFlow_4002" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" |
| eclass="SequenceFlow" |
| edithelper="org.eclipse.amalgam.examples.scenario.diagram.edit.helpers.SequenceFlowEditHelper"> |
| <param name="semanticHint" value="4002"/> |
| </metamodelType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <metamodelType |
| id="org.eclipse.amalgam.examples.scenario.diagram.MessageFlow_4003" |
| name="%metatype.name.MessageFlow_4003" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" |
| eclass="MessageFlow" |
| edithelper="org.eclipse.amalgam.examples.scenario.diagram.edit.helpers.MessageFlowEditHelper"> |
| <param name="semanticHint" value="4003"/> |
| </metamodelType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.SequenceFlow_4004" |
| name="%metatype.name.SequenceFlow_4004" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.SequenceFlow_4002"/> |
| <param name="semanticHint" value="4004"/> |
| </specializationType> |
| </metamodel> |
| <metamodel nsURI="http://www.eclipse.org/2008/scenario"> |
| <specializationType |
| id="org.eclipse.amalgam.examples.scenario.diagram.Association_4005" |
| name="%metatype.name.Association_4005" |
| kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"> |
| <specializes id="org.eclipse.amalgam.examples.scenario.diagram.Association_4001"/> |
| <param name="semanticHint" value="4005"/> |
| </specializationType> |
| </metamodel> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypeBindings"> |
| <?gmfgen generated="true"?> |
| <clientContext id="org.eclipse.amalgam.examples.scenario.diagram.TypeContext"> |
| <enablement> |
| <test |
| property="org.eclipse.gmf.runtime.emf.core.editingDomain" |
| value="org.eclipse.amalgam.examples.scenario.diagram.EditingDomain"/> |
| </enablement> |
| </clientContext> |
| <binding context="org.eclipse.amalgam.examples.scenario.diagram.TypeContext"> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Process_1000"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.DataObject_2001"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Event_2002"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Gateway_2003"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Task_2004"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Event_2005"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Event_2006"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Process_2007"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Gateway_2008"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Event_2009"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Event_2010"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Event_2011"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Gateway_2012"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Event_3001"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Event_3002"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Association_4001"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.SequenceFlow_4002"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.MessageFlow_4003"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.SequenceFlow_4004"/> |
| <elementType ref="org.eclipse.amalgam.examples.scenario.diagram.Association_4005"/> |
| <advice ref="org.eclipse.gmf.runtime.diagram.core.advice.notationDepdendents"/> |
| </binding> |
| </extension> |
| <extension point="org.eclipse.core.expressions.propertyTesters"> |
| <?gmfgen generated="true"?> |
| <propertyTester |
| id="org.eclipse.amalgam.examples.scenario.diagram.URIEditorInputPropertyTester" |
| type="org.eclipse.emf.common.ui.URIEditorInput" |
| namespace="org.eclipse.amalgam.examples.scenario.diagram" |
| properties="isURIEditorInput" |
| class="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioUriEditorInputTester"> |
| </propertyTester> |
| </extension> |
| |
| <extension point="org.eclipse.core.expressions.propertyTesters"> |
| <?gmfgen generated="true"?> |
| <propertyTester |
| id="org.eclipse.amalgam.examples.scenario.diagram.DomainModelElementPropertyTester" |
| type="org.eclipse.emf.ecore.EObject" |
| namespace="org.eclipse.amalgam.examples.scenario.diagram" |
| properties="isDomainModelElement" |
| class="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDomainModelElementTester"> |
| </propertyTester> |
| </extension> |
| |
| <extension point="org.eclipse.ui.navigator.viewer"> |
| <?gmfgen generated="true"?> |
| <viewerContentBinding viewerId="org.eclipse.ui.navigator.ProjectExplorer"> |
| <includes> |
| <contentExtension pattern="org.eclipse.amalgam.examples.scenario.diagram.resourceContent"/> |
| <contentExtension pattern="org.eclipse.amalgam.examples.scenario.diagram.domainResourceContent"/> |
| <contentExtension pattern="org.eclipse.amalgam.examples.scenario.diagram.navigatorLinkHelper"/> |
| </includes> |
| </viewerContentBinding> |
| <viewerActionBinding viewerId="org.eclipse.ui.navigator.ProjectExplorer"> |
| <includes> |
| <actionExtension pattern="org.eclipse.amalgam.examples.scenario.diagram.navigatorActionProvider"/> |
| </includes> |
| </viewerActionBinding> |
| </extension> |
| |
| <extension point="org.eclipse.ui.navigator.navigatorContent"> |
| <?gmfgen generated="true"?> |
| <navigatorContent |
| id="org.eclipse.amalgam.examples.scenario.diagram.resourceContent" |
| name="%navigatorContentName" |
| priority="normal" |
| contentProvider="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioNavigatorContentProvider" |
| labelProvider="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioNavigatorLabelProvider" |
| icon="icons/obj16/ScenarioDiagramFile.gif" |
| activeByDefault="true"> |
| <triggerPoints> |
| <or> |
| <and> |
| <instanceof value="org.eclipse.core.resources.IFile"/> |
| <test property="org.eclipse.core.resources.extension" value="scenario"/> |
| </and> |
| <instanceof value="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioAbstractNavigatorItem"/> |
| </or> |
| </triggerPoints> |
| <possibleChildren> |
| <or> |
| <instanceof value="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioAbstractNavigatorItem"/> |
| </or> |
| </possibleChildren> |
| <commonSorter |
| id="org.eclipse.amalgam.examples.scenario.diagram.navigatorSorter" |
| class="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioNavigatorSorter"> |
| <parentExpression> |
| <or> |
| <and> |
| <instanceof value="org.eclipse.core.resources.IFile"/> |
| <test property="org.eclipse.core.resources.extension" value="scenario"/> |
| </and> |
| <instanceof value="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioAbstractNavigatorItem"/> |
| </or> |
| </parentExpression> |
| </commonSorter> |
| </navigatorContent> |
| <navigatorContent |
| id="org.eclipse.amalgam.examples.scenario.diagram.domainResourceContent" |
| name="%domainNavigatorContentName" |
| priority="normal" |
| contentProvider="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioDomainNavigatorContentProvider" |
| labelProvider="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioDomainNavigatorLabelProvider" |
| icon="icons/obj16/ScenarioDiagramFile.gif" |
| activeByDefault="true"> |
| <triggerPoints> |
| <or> |
| <and> |
| <instanceof value="org.eclipse.core.resources.IFile"/> |
| <test property="org.eclipse.core.resources.extension" value="scenario"/> |
| </and> |
| <and> |
| <instanceof value="org.eclipse.emf.ecore.EObject"/> |
| <test property="org.eclipse.amalgam.examples.scenario.diagram.isDomainModelElement"/> |
| </and> |
| </or> |
| </triggerPoints> |
| <possibleChildren> |
| <and> |
| <instanceof value="org.eclipse.emf.ecore.EObject"/> |
| <test property="org.eclipse.amalgam.examples.scenario.diagram.isDomainModelElement"/> |
| </and> |
| </possibleChildren> |
| </navigatorContent> |
| <actionProvider |
| id="org.eclipse.amalgam.examples.scenario.diagram.navigatorActionProvider" |
| class="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioNavigatorActionProvider"> |
| <enablement> |
| <or> |
| <instanceof value="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioAbstractNavigatorItem"/> |
| </or> |
| </enablement> |
| </actionProvider> |
| </extension> |
| |
| <extension point="org.eclipse.ui.navigator.linkHelper"> |
| <?gmfgen generated="true"?> |
| <linkHelper |
| id="org.eclipse.amalgam.examples.scenario.diagram.navigatorLinkHelper" |
| class="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioNavigatorLinkHelper"> |
| <editorInputEnablement> |
| <and> |
| <instanceof value="org.eclipse.emf.common.ui.URIEditorInput"/> |
| <test property="org.eclipse.amalgam.examples.scenario.diagram.isURIEditorInput"/> |
| </and> |
| </editorInputEnablement> |
| <selectionEnablement> |
| <instanceof value="org.eclipse.amalgam.examples.scenario.diagram.navigator.ScenarioAbstractNavigatorItem"/> |
| </selectionEnablement> |
| </linkHelper> |
| </extension> |
| <extension point="org.eclipse.ui.commands"> |
| <?gmfgen generated="true"?> |
| <command |
| categoryId="org.eclipse.ui.category.edit" |
| defaultHandler="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramUpdateCommand" |
| description="%update.diagram.description" |
| id="org.eclipse.amalgam.examples.scenario.diagram.updateDiagram" |
| name="%update.diagram.name"/> |
| </extension> |
| |
| <extension point="org.eclipse.ui.bindings"> |
| <?gmfgen generated="true"?> |
| <key |
| commandId="org.eclipse.amalgam.examples.scenario.diagram.updateDiagram" |
| contextId="org.eclipse.amalgam.examples.scenario.diagram.ui.diagramContext" |
| schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" |
| sequence="F5"/> |
| </extension><extension point="org.eclipse.gmf.runtime.common.ui.services.action.contributionItemProviders"> |
| <?gmfgen generated="true"?> |
| <contributionItemProvider class="org.eclipse.amalgam.examples.scenario.diagram.providers.ScenarioContributionItemProvider"> |
| <Priority name="Low"/> |
| <partContribution id="org.eclipse.amalgam.examples.scenario.diagram.part.ScenarioDiagramEditorID"> |
| <partAction menubarPath="/file/print" id="printPreviewAction"/> |
| </partContribution> |
| </contributionItemProvider> |
| </extension> |
| |
| </plugin> |