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
16 <extension-point id="evaluator" name="Evaluator" schema="schema2/evaluator.exsd"/>
17 <extension-point id="comparableContext" name="Comparable Context" schema="schema2/comparableContext.exsd"/>
18 <extension-point id="checkedState" name="Checked State" schema="schema2/checkedState.exsd"/>
19 <extension-point id="selectionProcessor" name="Selection Processor" schema="schema2/selectionProcessor.exsd"/>
20 <extension-point id="labeler" name="Labeler" schema="schema2/labeler.exsd"/>
21 <extension-point id="labelDecorator" name="Label Decorator" schema="schema2/labelDecorator.exsd"/>
22 <extension-point id="imager" name="Imager" schema="schema2/imager.exsd"/>
23 <extension-point id="imageDecorator" name="Image Decorator" schema="schema2/imageDecorator.exsd"/>
24 <extension-point id="viewpointContribution" name="Viewpoint Contribution" schema="schema2/viewpointContribution.exsd"/>
25 <extension-point id="evaluatorBinding" name="Evaluator Binding" schema="schema2/evaluatorBinding.exsd"/>
26 <extension-point id="comparableContextBinding" name="Comparable Context Binding" schema="schema2/comparableContextBinding.exsd"/>
27 <extension-point id="labelerBinding" name="Labeler Binding" schema="schema2/labelerBinding.exsd"/>
28 <extension-point id="checkedStateBinding" name="Checked State Binding" schema="schema2/checkedStateBinding.exsd"/>
29 <extension-point id="selectionProcessorBinding" name="Selection Processor Binding" schema="schema2/selectionProcessorBinding.exsd"/>
30 <extension-point id="labelDecoratorBinding" name="Label Decorator Binding" schema="schema2/labelDecoratorBinding.exsd"/>
31 <extension-point id="imagerBinding" name="Imager Binding" schema="schema2/imagerBinding.exsd"/>
32 <extension-point id="imageDecoratorBinding" name="Image Decorator Binding" schema="schema2/imageDecoratorBinding.exsd"/>
33 <extension-point id="viewpointContributionBinding" name="Viewpoint Contribution Binding" schema="schema2/viewpointContributionBinding.exsd"/>
35 <extension point="org.eclipse.core.expressions.propertyTesters">
37 class="org.simantics.browsing.ui.common.node.StandardNodeTester"
38 id="org.simantics.browsing.ui.standardNodeTester"
39 namespace="org.simantics.browsing"
40 properties="standardNodeFunction"
41 type="org.eclipse.jface.viewers.IStructuredSelection">
45 point="org.eclipse.ui.commands">
47 id="org.simantics.browsing.ui.common.category"
48 name="Generic Graph Explorer Commands">
51 defaultHandler="org.simantics.browsing.ui.common.actions.CollapseAll"
52 description="Collapse All Nodes"
53 id="org.simantics.browsing.ui.common.collapseAll"
57 defaultHandler="org.simantics.browsing.ui.common.actions.CollapseSelected"
58 description="Collapse Selected Nodes"
59 id="org.simantics.browsing.ui.common.collapseSelected"
60 name="Collapse Selected">