]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/content/Imager.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui / src / org / simantics / browsing / ui / content / Imager.java
index dc1fb8230a66c4afacb55e331f527fa43cf7f228..ea93a9dce468049a9816d20957e7654257d1e5af 100644 (file)
@@ -1,22 +1,22 @@
-/*******************************************************************************\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
-public interface Imager {\r
-    /**\r
-     * @param <ImageDescriptor> implementation specific descriptor of an image\r
-     * @param key a key to identify the column of the requested image\r
-     * @return <code>null</code> to not provide an image for the specified\r
-     *         column key\r
-     */\r
-    <ImageDescriptor> ImageDescriptor getImage(String key);\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;
+
+public interface Imager {
+    /**
+     * @param <ImageDescriptor> implementation specific descriptor of an image
+     * @param key a key to identify the column of the requested image
+     * @return <code>null</code> to not provide an image for the specified
+     *         column key
+     */
+    <ImageDescriptor> ImageDescriptor getImage(String key);
+}