com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.common.table
Class EmptyTableColumnModelListener

java.lang.Object
  extended by 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.


Constructor Summary
EmptyTableColumnModelListener()
           
 
Method Summary
 void columnAdded(TableColumnModelEvent e)
           
 void columnMarginChanged(ChangeEvent e)
           
 void columnMoved(TableColumnModelEvent e)
           
 void columnRemoved(TableColumnModelEvent e)
           
 void columnSelectionChanged(ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyTableColumnModelListener

public EmptyTableColumnModelListener()
Method Detail

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

com.im.ijc.widgets/1 5.9.1