1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
\r<!--
3 Copyright (c) 2007, 2010 Association for Decentralized Information Management
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
11 VTT Technical Research Centre of Finland - initial API and implementation
17 point="org.eclipse.ui.editors">
19 class="org.simantics.spreadsheet.ui.editor.SpreadsheetEditor"
20 icon="icons/table.png"
21 id="org.simantics.spreadsheet.ui.editor"
22 matchingStrategy="org.simantics.ui.workbench.editor.input.ResourceEditorInputMatchingStrategy"
23 name="Spreadsheet Editor">
26 class="org.simantics.spreadsheet.ui.editor.SpreadsheetEditor2"
27 icon="platform:/plugin/com.famfamfam.silk/icons/table_multiple.png"
28 id="org.simantics.spreadsheet.ui.editor2"
29 matchingStrategy="org.simantics.ui.workbench.editor.input.ResourceEditorInputMatchingStrategy"
30 name="Spreadsheet Editor">
35 point="org.eclipse.ui.handlers">
37 class="org.simantics.spreadsheet.ui.DeleteHandler"
38 commandId="org.eclipse.ui.edit.delete">
41 variable="activeContexts">
46 value="org.simantics.spreadsheet.ui.context">
54 point="org.eclipse.ui.contexts">
56 id="org.simantics.spreadsheet.ui.context"
58 parentId="org.eclipse.ui.contexts.dialogAndWindow">
63 point="org.simantics.browsing.ui.common.selectionProcessorBinding">
64 <binding browseContext="http://www.simantics.org/Spreadsheet-0.0/BrowseContext">
65 <implementation class="org.simantics.spreadsheet.ui.editor.SpreadsheetSelectionProcessor" />