org.norvelle.textcite.gui.adapter
Class TableModelAdapterCollection
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableModelAdapterCollection
public TableModelAdapterCollection(TableModelAdaptee adaptee)
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.