]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/example/SGComponent.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scenegraph.swing / src / org / simantics / scenegraph / example / SGComponent.java
index dad823a7cd79ed189017afee89d1a1ab5a541415..e35ba7782064c6541c8066d2a482eb153b8e853b 100644 (file)
@@ -1,39 +1,39 @@
-/*******************************************************************************\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.scenegraph.example;\r
-\r
-import java.awt.Component;\r
-\r
-import org.eclipse.swt.widgets.Composite;\r
-\r
-public class SGComponent extends SWTAWTComponent {\r
-       \r
-       SGCanvas component = null;\r
-       \r
-       public SGComponent(Composite parent, int style) {\r
-               super(parent, style);\r
-       }\r
-       \r
-       public SGCanvas getCanvas() {\r
-               return component;\r
-       }\r
-\r
-       @Override\r
-       protected Component createSwingComponent() {\r
-               component = new SGCanvas();             \r
-               return component;\r
-       }\r
-       \r
-       public void initListeners() {\r
-               component.initListeners();\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.scenegraph.example;
+
+import java.awt.Component;
+
+import org.eclipse.swt.widgets.Composite;
+
+public class SGComponent extends SWTAWTComponent {
+       
+       SGCanvas component = null;
+       
+       public SGComponent(Composite parent, int style) {
+               super(parent, style);
+       }
+       
+       public SGCanvas getCanvas() {
+               return component;
+       }
+
+       @Override
+       protected Component createSwingComponent() {
+               component = new SGCanvas();             
+               return component;
+       }
+       
+       public void initListeners() {
+               component.initListeners();
+       }
+}