public class TableLayout extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
columnIndex(String col)
Get the index of a particular column.
|
int |
getColumnCount()
Get the number of columns in this layout.
|
List<String> |
getColumns()
Get the headers of the columns.
|
public List<String> getColumns()
public int columnIndex(String col)
col - The column.IllegalArgumentException - if the column is not in the layout.public int getColumnCount()