]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/workbench/editor/IEditorRegistry.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / workbench / editor / IEditorRegistry.java
index d78060487dd180d4e15a74c02135feb6a72dcfe0..30b0b65036a0a4a1834fcb1da827fe3a37f73e38 100644 (file)
@@ -1,55 +1,55 @@
-/*******************************************************************************\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.ui.workbench.editor;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface IEditorRegistry {\r
-\r
-    /**\r
-     * @param id\r
-     * @return\r
-     */\r
-    EditorAdapterDescriptor getExtensionById(String id);\r
-\r
-    /**\r
-     * @param id\r
-     * @return\r
-     */\r
-    EditorAdapter getAdapterById(String id);\r
-\r
-    /**\r
-     * @return\r
-     */\r
-    EditorAdapterDescriptor[] getEditorAdapters();\r
-\r
-    /**\r
-     * @param g\r
-     * @param r\r
-     * @return\r
-     */\r
-    EditorAdapter[] getAdaptersFor(ReadGraph g, Object r) throws DatabaseException;\r
-\r
-    /**\r
-     * @return\r
-     */\r
-    EditorMapping getMappings();\r
-\r
-    /**\r
-     * @param g\r
-     * @param r\r
-     * @return\r
-     */\r
-    EditorAdapter[] getDefaultAdaptersFor(ReadGraph g, Object r) throws DatabaseException;\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.ui.workbench.editor;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+public interface IEditorRegistry {
+
+    /**
+     * @param id
+     * @return
+     */
+    EditorAdapterDescriptor getExtensionById(String id);
+
+    /**
+     * @param id
+     * @return
+     */
+    EditorAdapter getAdapterById(String id);
+
+    /**
+     * @return
+     */
+    EditorAdapterDescriptor[] getEditorAdapters();
+
+    /**
+     * @param g
+     * @param r
+     * @return
+     */
+    EditorAdapter[] getAdaptersFor(ReadGraph g, Object r) throws DatabaseException;
+
+    /**
+     * @return
+     */
+    EditorMapping getMappings();
+
+    /**
+     * @param g
+     * @param r
+     * @return
+     */
+    EditorAdapter[] getDefaultAdaptersFor(ReadGraph g, Object r) throws DatabaseException;
+
 }
\ No newline at end of file