public class JTableState extends Object implements State
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
columnWidths |
protected Map<Integer,String> |
sortKeys |
| Constructor and Description |
|---|
JTableState() |
JTableState(int[] columnWidths,
Map<Integer,String> sortKeys) |
| Modifier and Type | Method and Description |
|---|---|
protected JTable |
checkComponent(Object o) |
int[] |
getColumnWidths() |
Map<Integer,String> |
getSortKeys() |
State |
getState(Object o) |
void |
setColumnWidths(int[] columnWidths) |
void |
setSortKeys(Map<Integer,String> sortKeys) |
void |
setState(Object o,
State state) |
Copyright © 2008–2020 Ultreia.io. All rights reserved.