]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/modelBrowser2/model/TrendItemNode.java
Remove usage of deprecated SimanticsUI-methods
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / modelBrowser2 / model / TrendItemNode.java
index 4f9881e4823f2c5d1a2e4787ed5d707d231775cb..0952ca5b131ce2d7a077290dc266ed63379397f0 100644 (file)
@@ -1,41 +1,41 @@
-/*******************************************************************************\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.modeling.ui.modelBrowser2.model;\r
-\r
-import org.simantics.browsing.ui.common.node.IDeletable;\r
-import org.simantics.db.Resource;\r
-import org.simantics.structural.ui.modelBrowser.nodes.AbstractNode;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class TrendItemNode extends AbstractNode implements IDeletable {\r
-\r
-    public TrendItemNode(Resource data) {\r
-        super(data);\r
-    }\r
-\r
-    @SuppressWarnings({ "rawtypes" })\r
-    @Override\r
-    public Object getAdapter(Class adapter) {\r
-//        if (adapter==NodeReference.class) {\r
-//            try {\r
-//                Variant nodeId = (Variant) SimanticsUI.getSession().syncRequest(\r
-//                        Queries.getRelatedValue(resource, ModelingResources.URIs.HasNodeId, Bindings.VARIANT));\r
-//                return new NodeReference(null, nodeId);\r
-//            } catch (DatabaseException e) {\r
-//                throw new RuntimeException(e);\r
-//            }\r
-//        }\r
-        return super.getAdapter(adapter);\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.modeling.ui.modelBrowser2.model;
+
+import org.simantics.browsing.ui.common.node.IDeletable;
+import org.simantics.db.Resource;
+import org.simantics.structural.ui.modelBrowser.nodes.AbstractNode;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class TrendItemNode extends AbstractNode implements IDeletable {
+
+    public TrendItemNode(Resource data) {
+        super(data);
+    }
+
+    @SuppressWarnings({ "rawtypes" })
+    @Override
+    public Object getAdapter(Class adapter) {
+//        if (adapter==NodeReference.class) {
+//            try {
+//                Variant nodeId = (Variant) Simantics.getSession().syncRequest(
+//                        Queries.getRelatedValue(resource, ModelingResources.URIs.HasNodeId, Bindings.VARIANT));
+//                return new NodeReference(null, nodeId);
+//            } catch (DatabaseException e) {
+//                throw new RuntimeException(e);
+//            }
+//        }
+        return super.getAdapter(adapter);
+    }
+}