|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableColumnWidthKeeper
This is an interface used by JideTable to save the table column width and order before table structure changed event so that the columns' width and order can be restored later.
Method Summary | |
---|---|
void |
restoreTableColumnWidth(JTable table,
Object savedWidth)
Restores the table column width from the same information. |
Object |
saveTableColumnWidth(JTable table)
Saves the table column width into an object. |
Method Detail |
---|
Object saveTableColumnWidth(JTable table)
table
- the table.
void restoreTableColumnWidth(JTable table, Object savedWidth)
table
- the table.savedWidth
- the saved table column width information.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |