com.croftsoft.core.gui.table
Class TableColumnModelAdapter

java.lang.Object
  extended by com.croftsoft.core.gui.table.TableColumnModelAdapter
All Implemented Interfaces:
EventListener, TableColumnModelListener

public class TableColumnModelAdapter
extends Object
implements TableColumnModelListener

An abstract adapter class for interface TableColumnModelListener.

The methods in this class are empty. This class exists as a convenience for creating TableColumnModelListener implementations. Extend this class to create a TableColumnModelEvent listener and override the methods for the events of interest. If you implement the TableColumnModelListener interface, you have to define all of the methods in it. This abstract class defines null methods for them all, so you can only have to define methods for events you care about. Create a listener object using the extended class and then register it with a TableColumnModel implementation using the addTableColumnModelListener method.

Since:
2001-10-29
Version:
2001-10-29
See Also:
TableColumnModelListener, TableColumnModel
Author:
David Wallace Croft

Constructor Summary
TableColumnModelAdapter()
           
 
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

TableColumnModelAdapter

public TableColumnModelAdapter()
Method Detail

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

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)