|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A listener interface for receiving notification of changes to a
TableColumnModel.
| Method Summary | |
void |
columnAdded(TableColumnModelEvent e)
Invoked when a TableColumn is added to the model. |
void |
columnMoved(TableColumnModelEvent e)
Invoked when a TableColumn is moved within the model. |
void |
columnRemoved(TableColumnModelEvent e)
Invoked when a TableColumn is removed from the model. |
| Method Detail |
public void columnAdded(TableColumnModelEvent e)
TableColumn is added to the model.
e - the TableColumnModelEvent describing the updatepublic void columnMoved(TableColumnModelEvent e)
TableColumn is moved within the model.
e - the TableColumnModelEvent describing the updatepublic void columnRemoved(TableColumnModelEvent e)
TableColumn is removed from the model.
e - the TableColumnModelEvent describing the update
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||