]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/TypeIndexLabelerFactory.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.graph.impl / src / org / simantics / browsing / ui / graph / impl / TypeIndexLabelerFactory.java
index 000073a627a3439c1f5058af95d60c801ad0084a..f97a481bba2ce5737088288547b73dbf8211a9ea 100644 (file)
@@ -1,39 +1,39 @@
-/*******************************************************************************\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.graph.impl;\r
-\r
-import org.simantics.browsing.ui.BuiltinKeys;\r
-import org.simantics.browsing.ui.NodeContext;\r
-import org.simantics.browsing.ui.PrimitiveQueryUpdater;\r
-import org.simantics.browsing.ui.BuiltinKeys.LabelerKey;\r
-import org.simantics.browsing.ui.common.ColumnKeys;\r
-import org.simantics.browsing.ui.common.labelers.LazyContainerLabeler;\r
-import org.simantics.browsing.ui.content.Labeler;\r
-import org.simantics.browsing.ui.content.LabelerFactory;\r
-\r
-public class TypeIndexLabelerFactory implements LabelerFactory {\r
-\r
-    @Override\r
-    public Labeler create(PrimitiveQueryUpdater updater, NodeContext context, LabelerKey key) {\r
-        assert updater != null;\r
-\r
-        final LazyContainerLabeler result = new LazyContainerLabeler();\r
-\r
-        final TypeIndex inputIndex = (TypeIndex) context.getConstant(BuiltinKeys.INPUT);\r
-        assert inputIndex != null;\r
-\r
-        result.addLabel(ColumnKeys.SINGLE, inputIndex.name);\r
-\r
-        return result;\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.browsing.ui.graph.impl;
+
+import org.simantics.browsing.ui.BuiltinKeys;
+import org.simantics.browsing.ui.NodeContext;
+import org.simantics.browsing.ui.PrimitiveQueryUpdater;
+import org.simantics.browsing.ui.BuiltinKeys.LabelerKey;
+import org.simantics.browsing.ui.common.ColumnKeys;
+import org.simantics.browsing.ui.common.labelers.LazyContainerLabeler;
+import org.simantics.browsing.ui.content.Labeler;
+import org.simantics.browsing.ui.content.LabelerFactory;
+
+public class TypeIndexLabelerFactory implements LabelerFactory {
+
+    @Override
+    public Labeler create(PrimitiveQueryUpdater updater, NodeContext context, LabelerKey key) {
+        assert updater != null;
+
+        final LazyContainerLabeler result = new LazyContainerLabeler();
+
+        final TypeIndex inputIndex = (TypeIndex) context.getConstant(BuiltinKeys.INPUT);
+        assert inputIndex != null;
+
+        result.addLabel(ColumnKeys.SINGLE, inputIndex.name);
+
+        return result;
+    }
+
+}