]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/node/IModifiableNode.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / node / IModifiableNode.java
index 5f5f318c90baa40176c764e4131ee2f34d54bb6d..28271642bb851eeba39b289ab38d4fb0f16823dc 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.browsing.ui.common.node;\r
-\r
-import org.simantics.browsing.ui.content.Labeler.Modifier;\r
-\r
-/**\r
- * Make your model node extend this interface to make the node itself capable of\r
- * defining its own modification.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public interface IModifiableNode extends IModifiable {\r
-\r
-    Modifier getModifier(String columnId);\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.browsing.ui.common.node;
+
+import org.simantics.browsing.ui.content.Labeler.Modifier;
+
+/**
+ * Make your model node extend this interface to make the node itself capable of
+ * defining its own modification.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public interface IModifiableNode extends IModifiable {
+
+    Modifier getModifier(String columnId);
+
+}