mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
table bug fixes and additions
This commit is contained in:
@@ -109,4 +109,7 @@ public interface TableRow {
|
||||
public int getColumnType(int column);
|
||||
|
||||
public int[] getColumnTypes();
|
||||
|
||||
public String getColumnTitle(int column);
|
||||
public String[] getColumnTitles();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user