API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. TableColumnModelListener View Source
Author(s)
Alan Chung
Since
Version
1.14 11/17/05
Serial
Hierarchy
 EventListener
      TableColumnModelListener
Subinterfaces
Description
public interface TableColumnModelListener
  TableColumnModelListener defines the interface for an object that listens to changes in a TableColumnModel.
See also:    TableColumnModelEvent
Methods
Hide/Show inherited methods
public void columnAdded (TableColumnModelEvent e)
Tells listeners that a column was added to the model.
public void columnMarginChanged (ChangeEvent e)
Tells listeners that a column was moved due to a margin change.
public void columnMoved (TableColumnModelEvent e)
Tells listeners that a column was repositioned.
public void columnRemoved (TableColumnModelEvent e)
Tells listeners that a column was removed from the model.
public void columnSelectionChanged (ListSelectionEvent e)
Tells listeners that the selection model of the TableColumnModel changed.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar