|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TableColumnHeaderModel.ColumnHeaderChangeListener
| Method Summary | |
|---|---|
void |
columnDeleted(int idx,
int count)
Columns that were at the range idx to idx+count-1 (inclusive) have been removed. |
void |
columnHeaderChanged(int column)
A column header has changed it's text or state |
void |
columnInserted(int idx,
int count)
New columns have been inserted. |
| Method Detail |
|---|
void columnInserted(int idx,
int count)
idx - the first new columncount - the number of inserted columns. Must be >= 1.
void columnDeleted(int idx,
int count)
idx - the first removed columncount - the number of removed columns. Must be >= 1.void columnHeaderChanged(int column)
column - the column index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||