public interface ColumnSizingTableModel
extends javax.swing.table.TableModel
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnWidth(int columnIndex)
Specifies the default initial width of a column from this model.
|
boolean |
isSizeToFit(int columnIndex)
Specifies whether setWidthToFit() should be enabled on this column.
|
int getColumnWidth(int columnIndex)
columnIndex - int index of the model's column whose width should be obtainedboolean isSizeToFit(int columnIndex)
columnIndex - int index of the model's column whose width should be obtained