mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
table fixes and additions
This commit is contained in:
@@ -23,4 +23,6 @@ public interface TableRow {
|
||||
public void setFloat(String columnName, float value);
|
||||
public void setDouble(int column, double value);
|
||||
public void setDouble(String columnName, double value);
|
||||
|
||||
public int getColumnCount();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user