]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.ui/src/org/simantics/structural/ui/modelBrowser/contributions/ModelExperiments.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural.ui / src / org / simantics / structural / ui / modelBrowser / contributions / ModelExperiments.java
index d8bd06cc27220ea815d2f6660d67bc2a380e617a..687f3b671a4a0ec96e343fa3e99bb9da681847da 100644 (file)
@@ -1,36 +1,36 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.structural.ui.modelBrowser.contributions;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.browsing.ui.graph.contributor.viewpoint.ViewpointContributor;\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.structural.ui.modelBrowser.nodes.AbstractNode;\r
-import org.simantics.structural.ui.modelBrowser.nodes.ExperimentsNode;\r
-import org.simantics.structural.ui.modelBrowser.nodes.ModelNode;\r
-import org.simantics.utils.DataContainer;\r
-\r
-public class ModelExperiments extends ViewpointContributor<ModelNode> {\r
-\r
-    @Override\r
-    public Collection<?> getContribution(ReadGraph graph, ModelNode model) throws DatabaseException {\r
-        return new DataContainer<AbstractNode>(new ExperimentsNode(model.resource));\r
-    }\r
-\r
-    @Override\r
-    public String getViewpointId() {\r
-        return "Standard";\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.structural.ui.modelBrowser.contributions;
+
+import java.util.Collection;
+
+import org.simantics.browsing.ui.graph.contributor.viewpoint.ViewpointContributor;
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.structural.ui.modelBrowser.nodes.AbstractNode;
+import org.simantics.structural.ui.modelBrowser.nodes.ExperimentsNode;
+import org.simantics.structural.ui.modelBrowser.nodes.ModelNode;
+import org.simantics.utils.DataContainer;
+
+public class ModelExperiments extends ViewpointContributor<ModelNode> {
+
+    @Override
+    public Collection<?> getContribution(ReadGraph graph, ModelNode model) throws DatabaseException {
+        return new DataContainer<AbstractNode>(new ExperimentsNode(model.resource));
+    }
+
+    @Override
+    public String getViewpointId() {
+        return "Standard";
+    }
+
+}