]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/node/ConstantInput.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / node / ConstantInput.java
index 9b1f3bfe2eadd443dd95907296accbebe587dc60..c8958bd332dc788aa218ae55aaea0523bb3310c6 100644 (file)
@@ -1,40 +1,40 @@
-/*******************************************************************************\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.common.node;\r
-\r
-import java.util.Map;\r
-\r
-public class ConstantInput<ImageDescriptor> {\r
-\r
-       final public int category;\r
-       final public Map<String, String> labels;\r
-       final public Map<String, ImageDescriptor> imageDescriptors;\r
-\r
-       public ConstantInput(Map<String, String> labels, Map<String, ImageDescriptor> imageDescriptors, int category) {\r
-               this.category = category;\r
-               this.labels = labels;\r
-               this.imageDescriptors = imageDescriptors;\r
-       }\r
-\r
-       public Map<String, ImageDescriptor> getImageDescriptors() {\r
-               return imageDescriptors;\r
-       }\r
-       \r
-       public Map<String, String> getLabels() {\r
-               return labels;\r
-       }\r
-\r
-       public int getCategory() {\r
-               return category;\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.common.node;
+
+import java.util.Map;
+
+public class ConstantInput<ImageDescriptor> {
+
+       final public int category;
+       final public Map<String, String> labels;
+       final public Map<String, ImageDescriptor> imageDescriptors;
+
+       public ConstantInput(Map<String, String> labels, Map<String, ImageDescriptor> imageDescriptors, int category) {
+               this.category = category;
+               this.labels = labels;
+               this.imageDescriptors = imageDescriptors;
+       }
+
+       public Map<String, ImageDescriptor> getImageDescriptors() {
+               return imageDescriptors;
+       }
+       
+       public Map<String, String> getLabels() {
+               return labels;
+       }
+
+       public int getCategory() {
+               return category;
+       }
+
+}