org.norvelle.textcite.gui.adapter
Class TableModelAdapterCollection

java.lang.Object
  extended by org.norvelle.textcite.gui.adapter.TableModelAdapterCollection

public class TableModelAdapterCollection
extends java.lang.Object

TableModelAdapterCollection Holds a set of TableModelAdapters, and handles sending events to all of them, as well as adding and removing them when necessary

Author:
Erik Norvelle

Constructor Summary
TableModelAdapterCollection(TableModelAdaptee adaptee)
           
 
Method Summary
 void addAdapter(TableModelAdapter adapter)
           
 void fireTableDataChanged()
          Just hand on the TableDataChanged signal to the JTable that we're serving as the model for.
 void removeAdapter(TableModelAdapter adapter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableModelAdapterCollection

public TableModelAdapterCollection(TableModelAdaptee adaptee)
Method Detail

addAdapter

public void addAdapter(TableModelAdapter adapter)

removeAdapter

public void removeAdapter(TableModelAdapter adapter)

fireTableDataChanged

public void fireTableDataChanged()
Just hand on the TableDataChanged signal to the JTable that we're serving as the model for.