]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSection.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / componentTypeEditor / ComponentTypeViewerSection.java
index ede3f1d8333e24c351550e253d58001cdead6d98..45dd8868ed4b0a8547ab1fc4677acb6d3cc553c4 100644 (file)
@@ -1,16 +1,16 @@
-package org.simantics.modeling.ui.componentTypeEditor;\r
-\r
-import org.eclipse.ui.forms.widgets.Section;\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface ComponentTypeViewerSection {\r
-\r
-    void setReadOnly(boolean readOnly);\r
-    Section getSection();\r
-    void update(ComponentTypePropertiesResult result);\r
-    double getPriority();\r
-    Object getSectionSpecificData(ReadGraph graph, ComponentTypeViewerPropertyInfo info) throws DatabaseException;\r
-    double getDataPriority();\r
-\r
-}\r
+package org.simantics.modeling.ui.componentTypeEditor;
+
+import org.eclipse.ui.forms.widgets.Section;
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+public interface ComponentTypeViewerSection {
+
+    void setReadOnly(boolean readOnly);
+    Section getSection();
+    void update(ComponentTypePropertiesResult result);
+    double getPriority();
+    Object getSectionSpecificData(ReadGraph graph, ComponentTypeViewerPropertyInfo info) throws DatabaseException;
+    double getDataPriority();
+
+}