public interface TableColumnModelListener extends EventListener
TableColumnModelEvent
| Modifier and Type | Method and Description |
|---|---|
void |
columnAdded(TableColumnModelEvent
Tells listeners that a column was added to the model.
|
void |
columnMarginChanged(ChangeEvent
Tells listeners that a column was moved due to a margin change.
|
void |
columnMoved(TableColumnModelEvent
Tells listeners that a column was repositioned.
|
void |
columnRemoved(TableColumnModelEvent
Tells listeners that a column was removed from the model.
|
void |
columnSelectionChanged(ListSelectionEvent
Tells listeners that the selection model of the TableColumnModel changed.
|
void columnAdded(TableColumnModelEvente)
void columnRemoved(TableColumnModelEvente)
void columnMoved(TableColumnModelEvente)
void columnMarginChanged(ChangeEvente)
void columnSelectionChanged(ListSelectionEvente)