com.im.ijc.widgets.common.table
Class EmptyTableColumnModelListener
java.lang.Object
com.im.ijc.widgets.common.table.EmptyTableColumnModelListener
- All Implemented Interfaces:
- EventListener, TableColumnModelListener
public class EmptyTableColumnModelListener
- extends Object
- implements TableColumnModelListener
Implementation of TableColumnModelListener with all method implementations empty. It exists for convenience
since usually TableColumnModelListener implementation does not need to override all methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyTableColumnModelListener
public EmptyTableColumnModelListener()
columnAdded
public void columnAdded(TableColumnModelEvent e)
- Specified by:
columnAdded in interface TableColumnModelListener
columnRemoved
public void columnRemoved(TableColumnModelEvent e)
- Specified by:
columnRemoved in interface TableColumnModelListener
columnMoved
public void columnMoved(TableColumnModelEvent e)
- Specified by:
columnMoved in interface TableColumnModelListener
columnMarginChanged
public void columnMarginChanged(ChangeEvent e)
- Specified by:
columnMarginChanged in interface TableColumnModelListener
columnSelectionChanged
public void columnSelectionChanged(ListSelectionEvent e)
- Specified by:
columnSelectionChanged in interface TableColumnModelListener