E - list element type@FunctionalInterface
public static interface TableModelEventAdapter.Factory<E>
TableModelEventAdapters.
The GlazedListsSwing helper class offers methods for creating an event table model with
a TableModelEventAdapter factory of your choice.
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)| Modifier and Type | Method and Description |
|---|---|
TableModelEventAdapter<E> |
create(javax.swing.table.AbstractTableModel tableModel)
Creates a new
TableModelEventAdapter for the given table model. |
TableModelEventAdapter<E> create(javax.swing.table.AbstractTableModel tableModel)
TableModelEventAdapter for the given table model.tableModel - the table modelTableModelEventAdapterGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019