public static class SessionStorage.TableState
extends java.lang.Object
columnWidths
for all
of the columns in a JTable. A width of -1 is used to
mark TableColumns
that are not resizable.Constructor | Description |
---|---|
TableState() |
|
TableState(int[] columnWidths) |
Modifier and Type | Method | Description |
---|---|---|
int[] |
getColumnWidths() |
|
void |
setColumnWidths(int[] columnWidths) |