blob: 2a9abc11063bdeb7cddd3a5be3c2417dc7c93cf1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension-point id="menu" name="Menu entry for JWT WE" schema="schema/menuEntry.exsd"/>
<extension-point id="view" name="View entry for JWT WE" schema="schema/viewEntry.exsd"/>
<extension-point id="propertyDescriptor" name="Custom property descriptor for property sheets" schema="schema/PropertyDescriptor.exsd"/>
<extension-point id="changeListener" name="Add a changeListener on a feature" schema="schema/changeListener.exsd"/>
<extension-point id="sheet" name="Editor sheet for JWT WE" schema="schema/sheetEntry.exsd"/>
<extension-point id="propertySheet" name="propertySheet" schema="schema/propertySheet.exsd"/>
<extension-point id="dnd" name="Drag&apos;n&apos;drop into JWT editor" schema="schema/dnd.exsd"/>
<extension-point id="doubleclick" name="Double click handler" schema="schema/doubleclick.exsd"/>
<extension
id="org.eclipse.jwt.we.editors"
name="JWT Workflow Editor"
point="org.eclipse.ui.editors">
<editor
class="org.eclipse.jwt.we.editors.WEEditor"
contributorClass="org.eclipse.jwt.we.internal.ActionBarContributor"
default="true"
extensions="workflow,agilpro"
icon="icons/jwt16x16.gif"
id="org.eclipse.jwt.we.editors.WEEditor"
name="Workflow Editor">
</editor>
</extension>
<extension
id="org.eclipse.jwt.we.newWizards"
name="JWT newWizards"
point="org.eclipse.ui.newWizards">
<category
id="org.eclipse.jwt.we"
name="%category_id"/>
<wizard
category="org.eclipse.jwt.we"
class="org.eclipse.jwt.we.misc.wizards.creation.CreationWizard2"
finalPerspective="org.eclipse.jwt.we.perspective"
icon="icons/jwt16x16.gif"
id="org.eclipse.jwt.we.wizards.export.CreationWizard2"
name="%menu_WE_wizard"
project="false">
</wizard>
</extension>
<extension
id="org.eclipse.jwt.we.perspectives"
name="JWT Perspectives"
point="org.eclipse.ui.perspectives">
<perspective
class="org.eclipse.jwt.we.internal.Perspective"
icon="icons/jwt16x16.gif"
id="org.eclipse.jwt.we.perspective"
name="Workflow Editor">
<description>
This perspective is designed to support the editing of JWT workflows.
</description>
</perspective>
</extension>
<extension
id="org.eclipse.jwt.we.preferencePages"
name="JWT PreferencePages"
point="org.eclipse.ui.preferencePages">
<page
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferences"
id="org.eclipse.jwt.we.editors.preferences.WEPreferences"
name="%category_id"/>
<page
category="org.eclipse.jwt.we.editors.preferences.WEPreferences"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesSimulator"
id="org.eclipse.jwt.we.editors.preferences.SimulatorPreferencePage"
name="%preferences_simulator_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.WEPreferences"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesGrid"
id="org.eclipse.jwt.we.editors.preferences.GridPreferencePage"
name="%preferences_grid_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.WEPreferences"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesGuard"
id="org.eclipse.jwt.we.editors.preferences.GuardPreferencePage"
name="%preferences_guard_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.WEPreferences"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesOutline"
id="org.eclipse.jwt.we.editors.preferences.OutlinePreferencePage"
name="%preferences_outline_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.WEPreferences"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesAppearance"
id="org.eclipse.jwt.we.editors.preferences.AppearancePreferencePage"
name="%preferences_appearance_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.AppearancePreferencePage"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesAppearanceFont"
id="org.eclipse.jwt.we.editors.preferences.FontPreferencePage"
name="%preferences_font_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.AppearancePreferencePage"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesAppearanceColor"
id="org.eclipse.jwt.we.editors.preferences.ColorPreferencePage"
name="%preferences_color_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.AppearancePreferencePage"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesAppearanceNodes"
id="org.eclipse.jwt.we.editors.preferences.AppNodesPreferencePage"
name="%preferences_appnodes_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.AppearancePreferencePage"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesAppearanceOther"
id="org.eclipse.jwt.we.editors.preferences.AppOtherPreferencePage"
name="%preferences_appother_label">
</page>
<page
category="org.eclipse.jwt.we.editors.preferences.WEPreferences"
class="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesView"
id="org.eclipse.jwt.we.editors.preferences.pages.WEPreferencesView"
name="%preferences_view_label">
</page>
</extension>
<extension
id="org.eclipse.jwt.we.preferences"
name="JWT Preferences"
point="org.eclipse.core.runtime.preferences">
<initializer class="org.eclipse.jwt.we.editors.preferences.internal.PreferenceInitializer"/>
</extension>
<extension
id="org.eclipse.jwt.we.commands"
name="JWT Commands"
point="org.eclipse.ui.commands">
<category
description="JWT Commands"
id="org.eclipse.jwt.we.commandCategory"
name="JWT">
</category>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.NewWorkflowHandler"
description="%menu_WE_description"
id="org.eclipse.jwt.we.newCommand"
name="%menu_WE_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.NewWizardHandler"
description="%menu_Data_description"
id="org.eclipse.jwt.we.newDataCommand"
name="%menu_Data_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.NewWizardHandler"
description="%menu_Role_description"
id="org.eclipse.jwt.we.newRoleCommand"
name="%menu_Role_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.NewWizardHandler"
description="%menu_Application_description"
id="org.eclipse.jwt.we.newApplicationCommand"
name="%menu_Application_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.NewWizardHandler"
description="%menu_Process_description"
id="org.eclipse.jwt.we.newProcessCommand"
name="%menu_Process_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.OpenFileHandler"
description="%menu_Open_description"
id="org.eclipse.jwt.we.openCommand"
name="%menu_Open_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.OpenFileHandler"
description="%menu_OpenUri_description"
id="org.eclipse.jwt.we.openUriCommand"
name="%menu_OpenUri_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.TemplateHandler"
description="%menu_ImportExport_description"
id="org.eclipse.jwt.we.importexportCommand"
name="%menu_ImportExport_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.ViewConfigurationWizardHandler"
description="%menu_ViewConf_description"
id="org.eclipse.jwt.we.viewWizardCommand"
name="%menu_ViewConf_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.StartProcessHandler"
description="%menu_StartProcess_description"
id="org.eclipse.jwt.we.startCommand"
name="%menu_StartProcess_label">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.managed.views.ViewDropDownHandler"
description="%menu_Views_description"
id="org.eclipse.jwt.we.selectViewCommand"
name="Views">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.external.internal.ExternalActionDropDownHandler"
description="%menu_External_description"
id="org.eclipse.jwt.we.externalActionCommand"
name="%menu_External_label">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.ZoomInHandler"
description="%menu_ZoomIn_description"
id="org.eclipse.jwt.we.zoomInCommand"
name="%menu_ZoomIn_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.ZoomOutHandler"
description="%menu_ZoomOut_description"
id="org.eclipse.jwt.we.zoomOutCommand"
name="%menu_ZoomOut_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.SaveImageHandler"
description="%menu_SaveImage_description"
id="org.eclipse.jwt.we.saveImageCommand"
name="%menu_SaveImage_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.ShowPropertiesViewHandler"
description="%menu_ShowPropertiesView_description"
id="org.eclipse.jwt.we.showPropertiesViewCommand"
name="%menu_ShowPropertiesView_item">
</command>
<command
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.ShowActivityHandler"
description="%menu_ShowActivity_description"
id="org.eclipse.jwt.we.showActivityCommand"
name="%menu_ShowActivity_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.HelpHandler"
description="%menu_Tutorial_description"
id="org.eclipse.jwt.we.tutorialCommand"
name="%menu_Tutorial_label">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.HelpHandler"
description="%menu_About_description"
id="org.eclipse.jwt.we.aboutCommand"
name="%menu_About_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.AlignmentHandler"
description="%menu_AlignmentTop_description"
id="org.eclipse.jwt.we.alignTopCommand"
name="%menu_AlignmentTop_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.AlignmentHandler"
description="%menu_AlignmentBottom_description"
id="org.eclipse.jwt.we.alignBottomCommand"
name="%menu_AlignmentBottom_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.AlignmentHandler"
description="%menu_AlignmentRight_description"
id="org.eclipse.jwt.we.alignRightCommand"
name="%menu_AlignmentRight_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.AlignmentHandler"
description="%menu_AlignmentLeft_description"
id="org.eclipse.jwt.we.alignLeftCommand"
name="%menu_AlignmentLeft_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.AlignmentHandler"
description="%menu_AlignmentCenter_description"
id="org.eclipse.jwt.we.alignCenterCommand"
name="%menu_AlignmentCenter_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.AlignmentHandler"
description="%menu_AlignmentMiddle_description"
id="org.eclipse.jwt.we.alignMiddleCommand"
name="%menu_AlignmentMiddle_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.GridHandler"
description="%menu_GridSnap_description"
id="org.eclipse.jwt.we.gridSnapCommand"
name="%menu_GridSnap_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.GridHandler"
description="%menu_GridVisible_description"
id="org.eclipse.jwt.we.gridVisibleCommand"
name="%menu_GridVisible_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.GridHandler"
description="%menu_GridSnapNowCorner_description"
id="org.eclipse.jwt.we.gridSnapNowCornerCommand"
name="%menu_GridSnapNowCorner_item">
</command>
<command
categoryId="org.eclipse.jwt.we.commandCategory"
defaultHandler="org.eclipse.jwt.we.editors.actions.handlers.GridHandler"
description="%menu_GridSnapNowCentered_description"
id="org.eclipse.jwt.we.gridSnapNowCenteredCommand"
name="%menu_GridSnapNowCentered_item">
</command>
</extension>
<extension
id="org.eclipse.jwt.we.commandImages"
name="JWT Command Images"
point="org.eclipse.ui.commandImages">
<image
commandId="org.eclipse.jwt.we.externalActionCommand"
icon="icons/menu_externalactions.gif">
</image>
<image
commandId="org.eclipse.jwt.we.selectViewCommand"
icon="icons/view_technical.gif">
</image>
</extension>
<extension
id="org.eclipse.jwt.we.bindings"
name="JWT Bindings"
point="org.eclipse.ui.bindings">
<key
commandId="org.eclipse.jwt.we.newCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+1">
</key>
<key
commandId="org.eclipse.jwt.we.newDataCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+5">
</key>
<key
commandId="org.eclipse.jwt.we.newRoleCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+4">
</key>
<key
commandId="org.eclipse.jwt.we.newApplicationCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+3">
</key>
<key
commandId="org.eclipse.jwt.we.newProcessCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+2">
</key>
<key
commandId="org.eclipse.jwt.we.openCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+J">
</key>
<key
commandId="org.eclipse.jwt.we.openUriCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+K">
</key>
<key
commandId="org.eclipse.jwt.we.startCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+Y">
</key>
<key
commandId="org.eclipse.jwt.we.zoomInCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="CTRL++">
</key>
<key
commandId="org.eclipse.jwt.we.zoomOutCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="CTRL+*">
</key>
<key
commandId="org.eclipse.jwt.we.saveImageCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+Q">
</key>
<key
commandId="org.eclipse.jwt.we.showPropertiesViewCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+V">
</key>
<key
commandId="org.eclipse.jwt.we.showActivityCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+I">
</key>
<key
commandId="org.eclipse.jwt.we.alignTopCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+1">
</key>
<key
commandId="org.eclipse.jwt.we.alignBottomCommand"
contextId="org.eclipse.jdt.ui.javaEditorScope"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+2">
</key>
<key
commandId="org.eclipse.jwt.we.alignRightCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+3">
</key>
<key
commandId="org.eclipse.jwt.we.alignLeftCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+4">
</key>
<key
commandId="org.eclipse.jwt.we.alignCenterCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+5">
</key>
<key
commandId="org.eclipse.jwt.we.alignMiddleCommand"
contextId="org.eclipse.jwt.we.contexts.weeditor"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+6">
</key>
</extension>
<extension
id="org.eclipse.jwt.we.toolbar"
name="JWT Toolbar"
point="org.eclipse.ui.menus">
<menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar">
<toolbar
id="org.eclipse.jwt.we.fileBar">
<command
commandId="org.eclipse.jwt.we.newCommand"
icon="icons/menu_newworkflow.gif"
id="org.eclipse.jwt.we.fileBar.newWorkflow"
label="%menu_WE_item"
tooltip="%menu_WE_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<separator
name="org.eclipse.jwt.we.fileBarSeparator1"
visible="true">
</separator>
<command
commandId="org.eclipse.jwt.we.openCommand"
icon="icons/menu_open.gif"
id="org.eclipse.jwt.we.fileBar.openWorkflow"
label="%menu_Open_item"
tooltip="%menu_Open_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<command
commandId="org.eclipse.jwt.we.openUriCommand"
icon="icons/menu_openuri.gif"
id="org.eclipse.jwt.we.fileBar.openWorkflowURI"
label="%menu_OpenUri_item"
tooltip="%menu_OpenUri_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<separator
name="org.eclipse.jwt.we.fileBarSeparator2"
visible="true">
</separator>
<command
commandId="org.eclipse.jwt.we.newProcessCommand"
icon="icons/menu_newprocess.png"
id="org.eclipse.jwt.we.fileBar.newProcess"
label="%menu_Process_item"
tooltip="%menu_Process_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<command
commandId="org.eclipse.jwt.we.newApplicationCommand"
icon="icons/menu_newapplication.png"
id="org.eclipse.jwt.we.fileBar.newApplication"
label="%menu_Application_item"
tooltip="%menu_Application_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<command
commandId="org.eclipse.jwt.we.newRoleCommand"
icon="icons/menu_newrole.png"
id="org.eclipse.jwt.we.fileBar.newRole"
label="%menu_Role_item"
tooltip="%menu_Role_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<command
commandId="org.eclipse.jwt.we.newDataCommand"
icon="icons/menu_newdata.png"
id="org.eclipse.jwt.we.fileBar.newData"
label="%menu_Data_item"
tooltip="%menu_Data_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
</toolbar>
</menuContribution>
<menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=org.eclipse.jwt.we.fileBar">
<toolbar
id="org.eclipse.jwt.we.processBar">
<command
commandId="org.eclipse.jwt.we.importexportCommand"
icon="icons/menu_export.gif"
id="org.eclipse.jwt.we.processBar.exportProcess"
label="%menu_ImportExport_item"
tooltip="%menu_ImportExport_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<command
commandId="org.eclipse.jwt.we.startCommand"
icon="icons/menu_startprocess.gif"
id="org.eclipse.jwt.we.processBar.startProcess"
label="%menu_StartProcess_label"
tooltip="%menu_StartProcess_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
</toolbar>
</menuContribution>
<menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=org.eclipse.jwt.we.processBar">
<toolbar
id="org.eclipse.jwt.we.viewBar">
<control
class="org.eclipse.jwt.we.editors.actions.managed.views.ViewLabelControlContribution"
id="org.eclipse.jwt.we.viewBar.selectViewLabel">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</control>
<command
commandId="org.eclipse.jwt.we.selectViewCommand"
id="org.eclipse.jwt.we.viewBar.selectViewCommand"
mode="FORCE_TEXT"
style="pulldown">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<separator
name="org.eclipse.jwt.we.viewBar.selectViewSeparator"
visible="true">
</separator>
<command
commandId="org.eclipse.jwt.we.viewWizardCommand"
icon="icons/menu_viewconf.gif"
id="org.eclipse.jwt.we.processBar.viewWizard"
label="%menu_ViewConf_item"
tooltip="%menu_ViewConf_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
</toolbar>
</menuContribution>
<menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=org.eclipse.jwt.we.viewBar">
<toolbar
id="org.eclipse.jwt.we.zoomBar">
<command
commandId="org.eclipse.jwt.we.zoomInCommand"
icon="icons/menu_zoomin.gif"
id="org.eclipse.jwt.we.zoomBar.zoomIn"
label="%menu_ZoomIn_item"
tooltip="%menu_ZoomIn_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
<command
commandId="org.eclipse.jwt.we.zoomOutCommand"
icon="icons/menu_zoomout.gif"
id="org.eclipse.jwt.we.zoomBar.zoomOut"
label="%menu_ZoomOut_item"
tooltip="%menu_ZoomOut_description">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
</toolbar>
</menuContribution>
<menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=org.eclipse.jwt.we.zoomBar">
<toolbar
id="org.eclipse.jwt.we.externalBar">
<command
commandId="org.eclipse.jwt.we.externalActionCommand"
id="org.eclipse.jwt.we.externalBar.externalActionCommand"
mode="FORCE_TEXT"
style="pulldown">
<visibleWhen>
<reference
definitionId="org.eclipse.jwt.we.activeWEEditor">
</reference>
</visibleWhen>
</command>
</toolbar>
</menuContribution>
<menuContribution
locationURI="menu:org.eclipse.jwt.we.viewBar.selectViewCommand">
<dynamic
class="org.eclipse.jwt.we.editors.actions.managed.views.ViewContributionItems"
id="org.eclipse.jwt.we.selectViewDynamic">
</dynamic>
</menuContribution>
<menuContribution
locationURI="menu:org.eclipse.jwt.we.externalBar.externalActionCommand">
<dynamic
class="org.eclipse.jwt.we.editors.actions.external.internal.ExternalActionContributionItemsToolbar"
id="org.eclipse.jwt.we.externalActionDynamic">
</dynamic>
</menuContribution>
</extension>
<extension
id="org.eclipse.jwt.we.popup"
name="JWT Popup Menu"
point="org.eclipse.ui.menus">
<menuContribution
locationURI="popup:org.eclipse.jwt.we.editors.WEEditor?after=org.eclipse.gef.group.undo">
<command
commandId="org.eclipse.ui.edit.undo">
</command>
<command
commandId="org.eclipse.ui.edit.redo">
</command>
</menuContribution>
<menuContribution
locationURI="popup:org.eclipse.jwt.we.editors.WEEditor?after=org.eclipse.gef.group.copy">
<command
commandId="org.eclipse.ui.edit.cut">
</command>
<command
commandId="org.eclipse.ui.edit.copy">
</command>
<command
commandId="org.eclipse.ui.edit.paste">
</command>
</menuContribution>
<menuContribution
locationURI="popup:org.eclipse.jwt.we.editors.WEEditor?after=org.eclipse.gef.group.edit">
<command
commandId="org.eclipse.ui.edit.delete"
id="org.eclipse.jwt.we.popup.delete">
</command>
</menuContribution>
<menuContribution
locationURI="popup:org.eclipse.jwt.we.editors.WEEditor?before=org.eclipse.jwt.we.grid">
<separator
name="org.eclipse.jwt.popup.align"
visible="true">
</separator>
<menu
id="org.eclipse.jwt.we.popup.grid"
label="%menu_Grid_item"
tooltip="%menu_Grid_description">
<command
commandId="org.eclipse.jwt.we.gridVisibleCommand"
icon="icons/menu_gridvisibility.png"
id="org.eclipse.jwt.we.popup.gridVisibleCommand"
label="%menu_GridVisible_item"
mnemonic="h"
tooltip="%menu_GridVisible_description">
</command>
<command
commandId="org.eclipse.jwt.we.gridSnapCommand"
icon="icons/menu_gridsnap.png"
id="org.eclipse.jwt.we.popup.gridSnapCommand"
label="%menu_GridSnap_item"
mnemonic="a"
tooltip="%menu_GridSnap_description">
</command>
<separator
name="org.eclipse.jwt.we.popup.gridSeparator"
visible="true">
</separator>
<command
commandId="org.eclipse.jwt.we.gridSnapNowCornerCommand"
icon="icons/menu_gridsnapnowcorner.png"
id="org.eclipse.jwt.we.popup.gridSnapNowCornerCommand"
label="%menu_GridSnapNowCorner_item"
mnemonic="e"
tooltip="%menu_GridSnapNowCorner_description">
</command>
<command
commandId="org.eclipse.jwt.we.gridSnapNowCenteredCommand"
icon="icons/menu_gridsnapnowcentered.png"
id="org.eclipse.jwt.we.popup.gridSnapNowCenteredCommand"
label="%menu_GridSnapNowCentered_item"
mnemonic="r"
tooltip="%menu_GridSnapNowCentered_description">
</command>
</menu>
<menu
id="org.eclipse.jwt.we.popup.align"
label="%menu_Alignment_item"
tooltip="%menu_Alignment_description">
<command
commandId="org.eclipse.jwt.we.alignTopCommand"
icon="icons/menu_aligntop.png"
id="org.eclipse.jwt.we.popup.alignTop"
label="%menu_AlignmentTop_item"
mnemonic="t"
tooltip="%menu_AlignmentTop_description">
</command>
<command
commandId="org.eclipse.jwt.we.alignBottomCommand"
icon="icons/menu_alignbottom.png"
id="org.eclipse.jwt.we.popup.alignBottom"
label="%menu_AlignmentBottom_item"
mnemonic="b"
tooltip="%menu_AlignmentBottom_description">
</command>
<command
commandId="org.eclipse.jwt.we.alignRightCommand"
icon="icons/menu_alignright.png"
id="org.eclipse.jwt.we.popup.alignRight"
label="%menu_AlignmentRight_item"
mnemonic="r"
tooltip="%menu_AlignmentRight_description">
</command>
<command
commandId="org.eclipse.jwt.we.alignLeftCommand"
icon="icons/menu_alignleft.png"
id="org.eclipse.jwt.we.popup.alignLeft"
label="%menu_AlignmentLeft_item"
mnemonic="l"
tooltip="%menu_AlignmentLeft_description">
</command>
<command
commandId="org.eclipse.jwt.we.alignCenterCommand"
icon="icons/menu_aligncenter.png"
id="org.eclipse.jwt.we.popup.alignCenter"
label="%menu_AlignmentCenter_item"
mnemonic="c"
tooltip="%menu_AlignmentCenter_description">
</command>
<command
commandId="org.eclipse.jwt.we.alignMiddleCommand"
icon="icons/menu_alignmiddle.png"
id="org.eclipse.jwt.we.popup.alignMiddle"
label="%menu_AlignmentMiddle_item"
mnemonic="m"
tooltip="%menu_AlignmentMiddle_description">
</command>
</menu>
</menuContribution>
<menuContribution
locationURI="popup:org.eclipse.jwt.we.editors.WEEditor?after=org.eclipse.gef.group.view">
<command
commandId="org.eclipse.jwt.we.showActivityCommand"
icon="icons/menu_showactivity.png"
id="org.eclipse.jwt.we.popup.showActivity"
label="%menu_ShowActivity_item"
mnemonic="a"
tooltip="%menu_ShowActivity_description">
</command>
<command
commandId="org.eclipse.jwt.we.showPropertiesViewCommand"
icon="icons/menu_showpropertiesview.png"
id="org.eclipse.jwt.we.popup.showPropertiesView"
label="%menu_ShowPropertiesView_item"
mnemonic="p"
tooltip="%menu_ShowPropertiesView_description">
</command>
<command
commandId="org.eclipse.jwt.we.saveImageCommand"
icon="icons/menu_saveimage.png"
id="org.eclipse.jwt.we.popup.saveImage"
label="%menu_SaveImage_item"
mnemonic="s"
tooltip="%menu_SaveImage_description">
</command>
</menuContribution>
<menuContribution
locationURI="popup:org.eclipse.jwt.we.editors.WEEditor?after=org.eclipse.gef.group.print">
<command
commandId="org.eclipse.ui.file.print">
</command>
</menuContribution>
</extension>
<extension
id="org.eclipse.jwt.we.definitions"
name="JWT Expression Definitions"
point="org.eclipse.core.expressions.definitions">
<definition
id="org.eclipse.jwt.we.activeWEEditor">
<with
variable="activeEditorId">
<equals
value="org.eclipse.jwt.we.editors.WEEditor">
</equals>
</with>
</definition>
</extension>
<extension
id="org.eclipse.jwt.we.propertyContributor"
name="JWT Property Contributor"
point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
<propertyContributor
contributorId="org.eclipse.jwt.we.editors.WEEditor">
<propertyCategory
category="WEStandardCategory">
</propertyCategory>
</propertyContributor>
</extension>
<extension
id="org.eclipse.jwt.we.propertyTabs"
name="JWT Property Tabs"
point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
<propertyTabs
contributorId="org.eclipse.jwt.we.editors.WEEditor">
<propertyTab
category="WEStandardCategory"
id="org.eclipse.jwt.we.propertytabs.Standard"
label="%properties_Standard_label">
</propertyTab>
</propertyTabs>
</extension>
<extension
id="org.eclipse.jwt.we.propertySections"
name="JWT Property Sections"
point="org.eclipse.ui.views.properties.tabbed.propertySections">
<propertySections
contributorId="org.eclipse.jwt.we.editors.WEEditor">
<propertySection
class="org.eclipse.jwt.we.editors.properties.tabbedPage.internal.AdvancedPropertySection"
enablesFor="1"
id="org.eclipse.jwt.we.propertysections.Standard"
tab="org.eclipse.jwt.we.propertytabs.Standard">
<input
type="org.eclipse.emf.ecore.EObject">
</input>
</propertySection>
</propertySections>
</extension>
<extension
point="org.eclipse.emf.ecore.generated_package">
<package
uri="org.eclipse.jwt/view"
class="org.eclipse.jwt.we.model.view.ViewPackage"
genModel="src/org/eclipse/jwt/we/model/WEMetaModel.genmodel"/>
</extension>
<extension
point="org.eclipse.emf.edit.itemProviderAdapterFactories">
<factory
uri="org.eclipse.jwt/view"
class="org.eclipse.jwt.we.model.view.provider.ViewItemProviderAdapterFactory"
supportedTypes=
"org.eclipse.emf.edit.provider.IEditingDomainItemProvider
org.eclipse.emf.edit.provider.IStructuredItemContentProvider
org.eclipse.emf.edit.provider.ITreeItemContentProvider
org.eclipse.emf.edit.provider.IItemLabelProvider
org.eclipse.emf.edit.provider.IItemPropertySource"/>
</extension>
<extension
point="org.eclipse.jwt.we.dnd">
<dropListener
DropListenerFactory="org.eclipse.jwt.we.editors.dnd.internal.ApplicationDropListenerFactory">
</dropListener>
</extension>
<extension
id="org.eclipse.jwt.we.contexts"
name="JWT Contexts"
point="org.eclipse.ui.contexts">
<context
description="The JWT Workflow Editor Context"
id="org.eclipse.jwt.we.contexts.weeditor"
name="org.eclipse.jwt.we.contexts.weeditor"
parentId="org.eclipse.ui.contexts.window">
</context>
</extension>
<extension
id="org.eclipse.jwt.we.defaultviews"
name="default jwt views"
point="org.eclipse.jwt.we.view">
<view
displayIcon="icons/view_technical.gif"
displayName="%view_Technical_name"
id="Technical"
viewFile="views/technical.view">
</view>
<view
displayIcon="icons/view_business.gif"
displayName="%view_Business_name"
id="Business"
viewFile="views/business.view">
</view>
</extension>
</plugin>