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.ObjectThis Java Bean records thecolumnWidthsfor all of the columns in a JTable. A width of -1 is used to markTableColumnsthat 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()voidsetColumnWidths(int[] columnWidths)
-