]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/tools/DiagramTools.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / diagramEditor / tools / DiagramTools.java
index 37d76fa4a5433c73a25d02277d0d47267db88c8f..73ac8b4d6db4cabbc08b7bcaf1e8852eb3b4c65a 100644 (file)
@@ -1,46 +1,46 @@
-/*******************************************************************************\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.tools;\r
-\r
-import org.eclipse.jface.resource.LocalResourceManager;\r
-import org.eclipse.jface.viewers.ISelection;\r
-import org.eclipse.swt.widgets.Composite;\r
-import org.eclipse.ui.forms.widgets.FormToolkit;\r
-\r
-/**\r
- * Interface for diagramming tools\r
- * \r
- * @author Marko Luukkainen <marko.luukkainen@vtt.fi>\r
- *\r
- */\r
-public interface DiagramTools {\r
-       \r
-       /**\r
-        * Name that is show to user.\r
-        * @return\r
-        */\r
-       public String getName();\r
-       \r
-       /**\r
-        * Create UI\r
-        * @param parent\r
-        */\r
-       void createContols(Composite parent, FormToolkit toolkit, LocalResourceManager resourceManager);\r
-       \r
-       void setSelection(ISelection selection);\r
-       \r
-       /**\r
-        * Dispose.\r
-        */\r
-       void dispose();\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.tools;
+
+import org.eclipse.jface.resource.LocalResourceManager;
+import org.eclipse.jface.viewers.ISelection;
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.ui.forms.widgets.FormToolkit;
+
+/**
+ * Interface for diagramming tools
+ * 
+ * @author Marko Luukkainen <marko.luukkainen@vtt.fi>
+ *
+ */
+public interface DiagramTools {
+       
+       /**
+        * Name that is show to user.
+        * @return
+        */
+       public String getName();
+       
+       /**
+        * Create UI
+        * @param parent
+        */
+       void createContols(Composite parent, FormToolkit toolkit, LocalResourceManager resourceManager);
+       
+       void setSelection(ISelection selection);
+       
+       /**
+        * Dispose.
+        */
+       void dispose();
+
+}