]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/canvas/IMouseCursorHandle.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / canvas / IMouseCursorHandle.java
index f254a5a4fa896d90d792099912832dd871dd275d..61fda9cc4ae95a1d643643ad0150e8a5b98baab0 100644 (file)
@@ -1,34 +1,34 @@
-/*******************************************************************************\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
-/*\r
- *\r
- * @author Toni Kalajainen\r
- */\r
-package org.simantics.g2d.canvas;\r
-\r
-import java.awt.Cursor;\r
-\r
-public interface IMouseCursorHandle {\r
-\r
-    /**\r
-     * Restores cursor\r
-     */\r
-    void remove();\r
-    \r
-    int getMouseId();\r
-    \r
-    Cursor getCursor();\r
-    \r
-    void addMouseCursorHandleListener(IMouseCursorHandleListener listener);\r
-    void removeMouseCursorHandleListener(IMouseCursorHandleListener listener);\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
+ *******************************************************************************/
+/*
+ *
+ * @author Toni Kalajainen
+ */
+package org.simantics.g2d.canvas;
+
+import java.awt.Cursor;
+
+public interface IMouseCursorHandle {
+
+    /**
+     * Restores cursor
+     */
+    void remove();
+    
+    int getMouseId();
+    
+    Cursor getCursor();
+    
+    void addMouseCursorHandleListener(IMouseCursorHandleListener listener);
+    void removeMouseCursorHandleListener(IMouseCursorHandleListener listener);
+    
+}