Package org.jdesktop.application
Class SessionStorage.TableState
java.lang.Object
org.jdesktop.application.SessionStorage.TableState
- Enclosing class:
SessionStorage
This Java Bean records the
columnWidths
for all
of the columns in a JTable. A width of -1 is used to
mark TableColumns
that are not resizable.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableState
public TableState() -
TableState
public TableState(int[] columnWidths)
-
-
Method Details
-
getColumnWidths
public int[] getColumnWidths() -
setColumnWidths
public void setColumnWidths(int[] columnWidths)
-