1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.3"?>
\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
15 <extension-point id="doubleClick" name="Double Click" schema="schema/doubleClick.exsd"/>
16 <extension-point id="resourceEditorAdapter" name="Resource Editor Adapter" schema="schema/resourceEditorAdapter.exsd"/>
17 <extension-point id="perspectiveContextBinding" name="Workbench Perspective to Context Binding" schema="schema/perspectiveContextBinding.exsd"/>
18 <extension-point id="perspectiveBars" name="Perspective controlled menu-, cool-, ... bar visibility" schema="schema/perspectiveBars.exsd"/>
19 <extension-point id="toolbarCommand" name="toolbarCommand" schema="schema/toolbarCommand.exsd"/>
22 point="org.eclipse.ui.elementFactories">
24 class="org.simantics.ui.workbench.ResourceEditorInputFactory"
25 id="org.simantics.ui.workbench.resourceEditorInputFactory">
28 class="org.simantics.ui.workbench.ResourceEditorInputFactory2"
29 id="org.simantics.ui.workbench.resourceEditorInputFactory2">
34 point="org.simantics.ui.doubleClick">
36 class="org.simantics.ui.workbench.editor.OpenDefaultEditor"
37 name="Open Default Editor"
43 point="org.eclipse.core.expressions.propertyTesters">
45 class="org.simantics.ui.tester.BasicResourcePropertyTester"
46 id="org.simantics.graph.basicResourcePropertyTester"
47 namespace="org.simantics.graph"
48 properties="resourceType,allResourcesOfType,inherits,allInherit,nameMatches,hasTag,hasParent,hasStatement"
49 type="java.lang.Object">
52 class="org.simantics.ui.tester.CollectionResourcePropertyTester"
53 id="org.simantics.graph.collectionResourcePropertyTester"
54 namespace="org.simantics.graph"
55 properties="resourceTypes"
56 type="java.lang.Object">
59 class="org.simantics.ui.workbench.preferences.PreferencePropertyTester"
60 id="org.simantics.preferenceTester"
61 namespace="org.simantics"
62 properties="preference"
63 type="java.lang.Object">
66 class="org.simantics.ui.tester.UndoPropertyTester"
67 id="org.simantics.ui.tester.undoPropertyTester"
68 namespace="org.simantics.ui.tester"
69 properties="canUndo,canRedo"
70 type="java.lang.Object">
75 point="org.eclipse.ui.commands">
77 id="org.simantics.ui.category"
78 name="Simantics UI Commands">
81 categoryId="org.simantics.ui.category"
82 id="org.simantics.ui.states.trackedText"
83 name="Undo in Tracked Text">
85 class="org.simantics.ui.states.TrackedTextState"
86 id="org.simantics.ui.states.trackedText.state">