Package org.jdesktop.application.session
Class TableState
- java.lang.Object
-
- org.jdesktop.application.session.TableState
-
public class 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)
-