|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VetoableTableColumnModelListener
The listener that is notified when a table column is about to be added, moved or removed.
| Method Summary | |
|---|---|
void |
columnWillBeAdded(TableColumnModelEvent e)
Invoked whenever a table column is about to be added. |
void |
columnWillBeMoved(TableColumnModelEvent e)
Invoked whenever a table column is about to be moved. |
void |
columnWillBeRemoved(TableColumnModelEvent e)
Invoked whenever a table column is about to be removed. |
| Method Detail |
|---|
void columnWillBeAdded(TableColumnModelEvent e)
throws ColumnModelVetoException
e - the event identifying the addition.
ColumnModelVetoException
void columnWillBeMoved(TableColumnModelEvent e)
throws ColumnModelVetoException
e - the event identifying the move.
ColumnModelVetoException
void columnWillBeRemoved(TableColumnModelEvent e)
throws ColumnModelVetoException
e - the event identifying the removal.
ColumnModelVetoException
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||