]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/WSEDragItem.java
Configurable connection crossing styles
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / diagramEditor / WSEDragItem.java
index dc7941f37804cd4623e246b462e08c144d41e8f3..5907a97a9aa3b58231785d8b9ee3b9a062b7463a 100644 (file)
@@ -1,26 +1,26 @@
-/*******************************************************************************\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.modeling.ui.diagramEditor;\r
-\r
-import org.simantics.g2d.dnd.DragItem;\r
-import org.simantics.ui.selection.WorkbenchSelectionElement;\r
-\r
-/**\r
- * @author Antti Villberg\r
- */\r
-public class WSEDragItem extends DragItem<WorkbenchSelectionElement> {\r
-\r
-    public WSEDragItem(WorkbenchSelectionElement wse) {\r
-       super(wse);\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.modeling.ui.diagramEditor;
+
+import org.simantics.g2d.dnd.DragItem;
+import org.simantics.ui.selection.WorkbenchSelectionElement;
+
+/**
+ * @author Antti Villberg
+ */
+public class WSEDragItem extends DragItem<WorkbenchSelectionElement> {
+
+    public WSEDragItem(WorkbenchSelectionElement wse) {
+       super(wse);
+    }
+
 }
\ No newline at end of file