public class JTableState extends Object implements State
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
columnWidths |
| Constructor and Description |
|---|
JTableState() |
JTableState(int[] columnWidths) |
| Modifier and Type | Method and Description |
|---|---|
protected JTable |
checkComponent(Object o) |
int[] |
getColumnWidths() |
State |
getState(Object o) |
void |
setColumnWidths(int[] columnWidths) |
void |
setState(Object o,
State state) |
Copyright © 2008–2014 CodeLutin. All rights reserved.