]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/ITableCell.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.server.io / src / org / simantics / document / server / io / ITableCell.java
index cf902b3ca456a61ce017fd86b66ca36388799824..00efe21487451f12d392bc6cce7c6e4daeac3d7e 100644 (file)
@@ -1,26 +1,26 @@
-package org.simantics.document.server.io;\r
-\r
-public interface ITableCell {\r
-    \r
-    String getText();\r
-\r
-    int getColumn();\r
-    \r
-    int getRow();\r
-    \r
-    int getBorder();\r
-    \r
-    int getAlign();\r
-    \r
-    IFont getFont();\r
-    \r
-    IColor getFGColor();\r
-    \r
-    IColor getBGColor();\r
-    \r
-    boolean getLocked();\r
-    \r
-    int getRowSpan();\r
-    \r
-    int getColumnSpan();\r
-}\r
+package org.simantics.document.server.io;
+
+public interface ITableCell {
+    
+    String getText();
+
+    int getColumn();
+    
+    int getRow();
+    
+    int getBorder();
+    
+    int getAlign();
+    
+    IFont getFont();
+    
+    IColor getFGColor();
+    
+    IColor getBGColor();
+    
+    boolean getLocked();
+    
+    int getRowSpan();
+    
+    int getColumnSpan();
+}