public class TableState extends Object
columnWidths
for all
of the columns in a JTable. A width of -1 is used to
mark TableColumns
that are not resizable.Constructor and Description |
---|
TableState() |
TableState(int[] columnWidths) |
Modifier and Type | Method and Description |
---|---|
int[] |
getColumnWidths() |
void |
setColumnWidths(int[] columnWidths) |
Copyright © 2009–2016. All rights reserved.