ca.odell.glazedlists.swing
Interface TableModelEventAdapter.Factory<E>

Type Parameters:
E - list element type
Enclosing interface:
TableModelEventAdapter<E>

public static interface TableModelEventAdapter.Factory<E>

Factory for creating TableModelEventAdapters.

The GlazedListsSwing helper class offers methods for creating an event table model with a TableModelEventAdapter factory of your choice.

Author:
Holger Brands
See Also:
GlazedListsSwing.eventTableModel(ca.odell.glazedlists.EventList, ca.odell.glazedlists.gui.TableFormat, ca.odell.glazedlists.swing.TableModelEventAdapter.Factory), GlazedListsSwing.eventTableModelWithThreadProxyList(ca.odell.glazedlists.EventList, ca.odell.glazedlists.gui.TableFormat, ca.odell.glazedlists.swing.TableModelEventAdapter.Factory)

Method Summary
 TableModelEventAdapter<E> create(AbstractTableModel tableModel)
          Creates a new TableModelEventAdapter for the given table model.
 

Method Detail

create

TableModelEventAdapter<E> create(AbstractTableModel tableModel)
Creates a new TableModelEventAdapter for the given table model.

Parameters:
tableModel - the table model
Returns:
the new TableModelEventAdapter


Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2017-03-13 22:58