|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- list element typepublic static interface TableModelEventAdapter.Factory<E>
Factory for creating TableModelEventAdapter
s.
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)
Method Summary | |
---|---|
TableModelEventAdapter<E> |
create(AbstractTableModel tableModel)
Creates a new TableModelEventAdapter for the given table model. |
Method Detail |
---|
TableModelEventAdapter<E> create(AbstractTableModel tableModel)
TableModelEventAdapter
for the given table model.
tableModel
- the table model
TableModelEventAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |