more massaging, also tweak Table accessors for types

This commit is contained in:
Ben Fry
2013-04-28 14:55:12 -04:00
parent c7702c9b61
commit 7ac6a0bd79
7 changed files with 178 additions and 80 deletions

View File

@@ -25,4 +25,6 @@ public interface TableRow {
public void setDouble(String columnName, double value);
public int getColumnCount();
public int getColumnType(String columnName);
public int getColumnType(int column);
}