Package org.jdesktop.application
Class SessionStorage.TableState
- java.lang.Object
-
- org.jdesktop.application.SessionStorage.TableState
-
- Enclosing class:
- SessionStorage
public static class SessionStorage.TableState extends java.lang.Object
This Java Bean records thecolumnWidths
for all of the columns in a JTable. A width of -1 is used to markTableColumns
that are not resizable.
-
-
Constructor Summary
Constructors Constructor Description TableState()
TableState(int[] columnWidths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getColumnWidths()
void
setColumnWidths(int[] columnWidths)
-