]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/NodeQueryProcessor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui / src / org / simantics / browsing / ui / NodeQueryProcessor.java
index 68c8591df788f91f68bcb0a8a06acab081bedece..04886f5b0d05bf9aa73c0fb6da217281de6670d2 100644 (file)
@@ -1,29 +1,29 @@
-/*******************************************************************************\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.browsing.ui;\r
-\r
-import org.simantics.browsing.ui.NodeContext.QueryKey;\r
-\r
-public interface NodeQueryProcessor<T> {\r
-    /**\r
-     * @return the key that represents the query that this processor can respond\r
-     *         to.\r
-     */\r
-    QueryKey<T> getIdentifier();\r
-\r
-    /**\r
-     * @param manager\r
-     * @param context\r
-     * @return the result of the query\r
-     */\r
-    T query(NodeQueryManager manager, NodeContext context);\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.browsing.ui;
+
+import org.simantics.browsing.ui.NodeContext.QueryKey;
+
+public interface NodeQueryProcessor<T> {
+    /**
+     * @return the key that represents the query that this processor can respond
+     *         to.
+     */
+    QueryKey<T> getIdentifier();
+
+    /**
+     * @param manager
+     * @param context
+     * @return the result of the query
+     */
+    T query(NodeQueryManager manager, NodeContext context);
+}