]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/element/handler/PropertySetter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / element / handler / PropertySetter.java
index aa1fdcc77936e0c683b58ebc7256925bf1d8099e..cebf6d67c42b4e80a0cfa85a6fe4b7760fbe7dc6 100644 (file)
@@ -1,21 +1,21 @@
-/*******************************************************************************\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.element.handler;\r
-\r
-import org.simantics.g2d.element.IElement;\r
-import org.simantics.g2d.element.ElementHints.Properties;\r
-\r
-public interface PropertySetter extends ElementHandler {\r
-       public void overrideProperty(IElement e, String name, Object value); // FIXME: What to do with the path information\r
-       public void overrideProperties(IElement e, Properties properties);\r
-       public void syncPropertiesToNode(IElement e);\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.element.handler;
+
+import org.simantics.g2d.element.IElement;
+import org.simantics.g2d.element.ElementHints.Properties;
+
+public interface PropertySetter extends ElementHandler {
+       public void overrideProperty(IElement e, String name, Object value); // FIXME: What to do with the path information
+       public void overrideProperties(IElement e, Properties properties);
+       public void syncPropertiesToNode(IElement e);
 }
\ No newline at end of file