]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/WorkbenchSelectionFilter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.swt / src / org / simantics / browsing / ui / swt / WorkbenchSelectionFilter.java
index d1c1cbd40b8848abe8d3d28380c6be070206868b..8b9038a5a995d20b1ddd352901057236148125dd 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2012 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.swt;\r
-\r
-import org.eclipse.jface.viewers.ISelection;\r
-import org.eclipse.ui.IWorkbenchPart;\r
-\r
-/**\r
- * A hack to filter whether OntologyExplorer responds to workbench page\r
- * selection changes.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public interface WorkbenchSelectionFilter {\r
-\r
-    /**\r
-     * @param part\r
-     * @param s\r
-     * @return <code>null</code> to deny the whole selection, otherwise the\r
-     *         new possibly filtered selection to use\r
-     */\r
-    ISelection filterSelection(IWorkbenchPart part, ISelection s);\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2012 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.swt;
+
+import org.eclipse.jface.viewers.ISelection;
+import org.eclipse.ui.IWorkbenchPart;
+
+/**
+ * A hack to filter whether OntologyExplorer responds to workbench page
+ * selection changes.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public interface WorkbenchSelectionFilter {
+
+    /**
+     * @param part
+     * @param s
+     * @return <code>null</code> to deny the whole selection, otherwise the
+     *         new possibly filtered selection to use
+     */
+    ISelection filterSelection(IWorkbenchPart part, ISelection s);
+
+}