public interface TableColumnModel
TableView.
This information consists of the number of columns as well as the weight of each column.| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Gives the column count of this model.
|
int |
getColumnWidth(int columnIndex,
int tableWidthInPx)
Gives the column width of the given index.
|
void |
setColumnCount(int columnCount)
Sets the column count to this model.
|
int getColumnCount()
void setColumnCount(int columnCount)
columnCount - The number of columns that shall be set.int getColumnWidth(int columnIndex,
int tableWidthInPx)
columnIndex - The index of the column.tableWidthInPx - The width of the table where it should be used.