textbender.o.swing.event
Class TableColumnModelListener0
java.lang.Object
TableColumnModelListener0
- All Implemented Interfaces:
- EventListener, TableColumnModelListener
public class TableColumnModelListener0
- extends Object
- implements TableColumnModelListener
A null implementation of TableColumnModelListener.
The methods in this class are empty.
This class serves as a convenience for creating listener objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableColumnModelListener0
public TableColumnModelListener0()
columnAdded
public void columnAdded(TableColumnModelEvent e)
- Specified by:
columnAdded in interface TableColumnModelListener
columnMarginChanged
public void columnMarginChanged(ChangeEvent e)
- Specified by:
columnMarginChanged in interface TableColumnModelListener
columnMoved
public void columnMoved(TableColumnModelEvent e)
- Specified by:
columnMoved in interface TableColumnModelListener
columnRemoved
public void columnRemoved(TableColumnModelEvent e)
- Specified by:
columnRemoved in interface TableColumnModelListener
columnSelectionChanged
public void columnSelectionChanged(ListSelectionEvent e)
- Specified by:
columnSelectionChanged in interface TableColumnModelListener