]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TableSelection.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.ui / src / org / simantics / spreadsheet / ui / TableSelection.java
1 package org.simantics.spreadsheet.ui;
2
3
4 public interface TableSelection {
5     int[] getRows();
6     int[] getColumns();
7 }