net.sourceforge.hivegui.table
Class DataListModelAdapter

java.lang.Object
  extended by net.sourceforge.hivegui.table.DataListModelAdapter
All Implemented Interfaces:
DataListModelListener

public class DataListModelAdapter
extends java.lang.Object
implements DataListModelListener

Author:
Jean-Francois Poilpret

Constructor Summary
DataListModelAdapter()
           
 
Method Summary
 void modelReset()
           
 void rowModified(int source, int destination)
           
 void rowsAdded(int begin, int end)
           
 void rowsModified(int begin, int end)
           
 void rowsRemoved(int begin, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataListModelAdapter

public DataListModelAdapter()
Method Detail

modelReset

public void modelReset()
Specified by:
modelReset in interface DataListModelListener

rowsAdded

public void rowsAdded(int begin,
                      int end)
Specified by:
rowsAdded in interface DataListModelListener

rowsModified

public void rowsModified(int begin,
                         int end)
Specified by:
rowsModified in interface DataListModelListener

rowModified

public void rowModified(int source,
                        int destination)
Specified by:
rowModified in interface DataListModelListener

rowsRemoved

public void rowsRemoved(int begin,
                        int end)
Specified by:
rowsRemoved in interface DataListModelListener