]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/node/IDoubleClickableNode.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / node / IDoubleClickableNode.java
index 241a749eb011d8a12c2a1a72117b09527cbf737b..98e8e1c503193c4eb4967146e531c6115c6a9643 100644 (file)
@@ -1,28 +1,28 @@
-/*******************************************************************************\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
-/**\r
- * Make your model node implement this interface to make the node itself capable\r
- * of defining what happens when it is doubleclicked.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public interface IDoubleClickableNode {\r
-\r
-    /**\r
-     * @return <code>true</code> if the event is to be considered handled by\r
-     *         the node\r
-     */\r
-    boolean handleDoubleClick();\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;
+
+/**
+ * Make your model node implement this interface to make the node itself capable
+ * of defining what happens when it is doubleclicked.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public interface IDoubleClickableNode {
+
+    /**
+     * @return <code>true</code> if the event is to be considered handled by
+     *         the node
+     */
+    boolean handleDoubleClick();
+
 }
\ No newline at end of file