]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/canvas/IMouseCaptureContext.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / canvas / IMouseCaptureContext.java
index 4c9bd95df61c9a7558e139f6261cb126112a55b2..b1d6e440eb93efb6d6a3b673f97698a4f976880c 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
-package org.simantics.g2d.canvas;\r
-\r
-import org.simantics.utils.threads.IThreadWorkQueue;\r
-\r
-/**\r
- * @See MouseCaptureHandle for an implementation\r
- * @author Toni Kalajainen\r
- */\r
-public interface IMouseCaptureContext {\r
-\r
-    /**\r
-     * Captures mouse events even when mouse leaves the control area. \r
-     * \r
-     * @param mouseId\r
-     */\r
-    IMouseCaptureHandle captureMouse(int mouseId);  \r
-    \r
-    void addMouseCaptureListener(IMouseCaptureListener listener);\r
-    void addMouseCaptureListener(IMouseCaptureListener listener, IThreadWorkQueue thread);\r
-    void removeMouseCaptureListener(IMouseCaptureListener listener);\r
-    void removeMouseCaptureListener(IMouseCaptureListener listener, IThreadWorkQueue thread);    \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.g2d.canvas;
+
+import org.simantics.utils.threads.IThreadWorkQueue;
+
+/**
+ * @See MouseCaptureHandle for an implementation
+ * @author Toni Kalajainen
+ */
+public interface IMouseCaptureContext {
+
+    /**
+     * Captures mouse events even when mouse leaves the control area. 
+     * 
+     * @param mouseId
+     */
+    IMouseCaptureHandle captureMouse(int mouseId);  
+    
+    void addMouseCaptureListener(IMouseCaptureListener listener);
+    void addMouseCaptureListener(IMouseCaptureListener listener, IThreadWorkQueue thread);
+    void removeMouseCaptureListener(IMouseCaptureListener listener);
+    void removeMouseCaptureListener(IMouseCaptureListener listener, IThreadWorkQueue thread);    
+    
+}