]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/node/IDeletable.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / node / IDeletable.java
index 52606440ae12214322cde0ed29f6b3fedd7013a1..7e684a373a203543dc271d846c2b1cc3dc57c986 100644 (file)
@@ -1,40 +1,40 @@
-/*******************************************************************************\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
- * A tag interface for indicating that a browser node may be considered\r
- * deletable. It is used by model browser menu extensions to check whether to\r
- * show the "delete" option to the user or not.\r
- * \r
- * <p>\r
- * There are several ways of specifying the actual deletion procedure for your\r
- * nodes.\r
- * \r
- * <ol>\r
- * <li>To specify your own custom deletion logic, you can make your node\r
- * implement {@link IDeletableNode}</li>\r
- * <li>If your nodes are backed by database resources, you can make the nodes\r
- * adaptable to Resource (which {@link AbstractNode} already is), and make your\r
- * specific resource type adaptable to {@link Remover} (see <a\r
- * href="https://www.simantics.org/wiki/index.php/Resource_Adaptation"\r
- * >instructions</a>)</li>\r
- * <li>Specify your own Eclipse command framework <code>IHandler</code>, using the\r
- * org.eclipse.ui.handlers extension point, that is active only for your\r
- * particular node input. Don't use this method unless you have to.</li>\r
- * </ol>\r
- * \r
- * @see IDeletableNode\r
- * @see AbstractNode\r
- */\r
-public interface IDeletable {\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;
+
+/**
+ * A tag interface for indicating that a browser node may be considered
+ * deletable. It is used by model browser menu extensions to check whether to
+ * show the "delete" option to the user or not.
+ * 
+ * <p>
+ * There are several ways of specifying the actual deletion procedure for your
+ * nodes.
+ * 
+ * <ol>
+ * <li>To specify your own custom deletion logic, you can make your node
+ * implement {@link IDeletableNode}</li>
+ * <li>If your nodes are backed by database resources, you can make the nodes
+ * adaptable to Resource (which {@link AbstractNode} already is), and make your
+ * specific resource type adaptable to {@link Remover} (see <a
+ * href="https://www.simantics.org/wiki/index.php/Resource_Adaptation"
+ * >instructions</a>)</li>
+ * <li>Specify your own Eclipse command framework <code>IHandler</code>, using the
+ * org.eclipse.ui.handlers extension point, that is active only for your
+ * particular node input. Don't use this method unless you have to.</li>
+ * </ol>
+ * 
+ * @see IDeletableNode
+ * @see AbstractNode
+ */
+public interface IDeletable {
 }
\ No newline at end of file