FileDocCategorySizeDatePackage
TableColumnModelListener.javaAPI DocJava SE 5 API1271Fri Aug 26 14:58:00 BST 2005javax.swing.event

TableColumnModelListener

public interface TableColumnModelListener implements EventListener
TableColumnModelListener defines the interface for an object that listens to changes in a TableColumnModel.
version
1.13 12/19/03
author
Alan Chung
see
TableColumnModelEvent

Fields Summary
Constructors Summary
Methods Summary
public voidcolumnAdded(javax.swing.event.TableColumnModelEvent e)
Tells listeners that a column was added to the model.

public voidcolumnMarginChanged(javax.swing.event.ChangeEvent e)
Tells listeners that a column was moved due to a margin change.

public voidcolumnMoved(javax.swing.event.TableColumnModelEvent e)
Tells listeners that a column was repositioned.

public voidcolumnRemoved(javax.swing.event.TableColumnModelEvent e)
Tells listeners that a column was removed from the model.

public voidcolumnSelectionChanged(javax.swing.event.ListSelectionEvent e)
Tells listeners that the selection model of the TableColumnModel changed.