]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/content/ImageDecorator.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui / src / org / simantics / browsing / ui / content / ImageDecorator.java
index 9e70dc4214462d1affa4a5f440f8179520038c2c..dfb90f451c95d80d071cf593142df26905a41fa6 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.browsing.ui.content;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public interface ImageDecorator {\r
-\r
-    /**\r
-     * @param image the original image\r
-     * @return the decorated image or <code>null</code> to denote\r
-     *         <em>no decoration</em>.\r
-     */\r
-    <Image> Image decorateImage(Image image, String column, int itemIndex);\r
-\r
-    /**\r
-     * Stub for a NOP-implementation of a ImageDecorator.\r
-     */\r
-    public static class Stub implements ImageDecorator {\r
-        @Override\r
-        public <Image> Image decorateImage(Image image, String column, int itemIndex) {\r
-            return null;\r
-        }\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.content;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public interface ImageDecorator {
+
+    /**
+     * @param image the original image
+     * @return the decorated image or <code>null</code> to denote
+     *         <em>no decoration</em>.
+     */
+    <Image> Image decorateImage(Image image, String column, int itemIndex);
+
+    /**
+     * Stub for a NOP-implementation of a ImageDecorator.
+     */
+    public static class Stub implements ImageDecorator {
+        @Override
+        public <Image> Image decorateImage(Image image, String column, int itemIndex) {
+            return null;
+        }
+    }
+
+}