]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/widgets/impl/TrackedModifyEvent.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.swt / src / org / simantics / browsing / ui / swt / widgets / impl / TrackedModifyEvent.java
index 6b2b89df00d9505f02758377b291b025f960a1db..566e7b703656cf1a27a9f317934906363bb9afe4 100644 (file)
@@ -1,39 +1,39 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2012 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.swt.widgets.impl;\r
-\r
-import java.util.EventObject;\r
-\r
-import org.eclipse.swt.widgets.Widget;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class TrackedModifyEvent extends EventObject {\r
-\r
-    private static final long serialVersionUID = -1645464572481514311L;\r
-\r
-    private String text;\r
-    \r
-    public TrackedModifyEvent(Widget source, String text) {\r
-        super(source);\r
-        this.text = text;\r
-    }\r
-\r
-    public Widget getWidget() {\r
-        return (Widget) getSource();\r
-    }\r
-    \r
-    public String getText() {\r
-        return text;\r
-    }\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2012 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.swt.widgets.impl;
+
+import java.util.EventObject;
+
+import org.eclipse.swt.widgets.Widget;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class TrackedModifyEvent extends EventObject {
+
+    private static final long serialVersionUID = -1645464572481514311L;
+
+    private String text;
+    
+    public TrackedModifyEvent(Widget source, String text) {
+        super(source);
+        this.text = text;
+    }
+
+    public Widget getWidget() {
+        return (Widget) getSource();
+    }
+    
+    public String getText() {
+        return text;
+    }
+}