]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TableSelection.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.spreadsheet.ui / src / org / simantics / spreadsheet / ui / TableSelection.java
diff --git a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TableSelection.java b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TableSelection.java
new file mode 100644 (file)
index 0000000..aaf978e
--- /dev/null
@@ -0,0 +1,7 @@
+package org.simantics.spreadsheet.ui;\r
+\r
+\r
+public interface TableSelection {\r
+    int[] getRows();\r
+    int[] getColumns();\r
+}
\ No newline at end of file