Class TableSelectionListener<T>
- java.lang.Object
-
- net.anwiba.commons.swing.table.listener.TableSelectionListener<T>
-
- All Implemented Interfaces:
java.util.EventListener,javax.swing.event.ListSelectionListener
public final class TableSelectionListener<T> extends java.lang.Object implements javax.swing.event.ListSelectionListener
-
-
Constructor Summary
Constructors Constructor Description TableSelectionListener(IObjectTableModel<T> tableModel, javax.swing.ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalueChanged(javax.swing.event.ListSelectionEvent event)
-
-
-
Constructor Detail
-
TableSelectionListener
public TableSelectionListener(IObjectTableModel<T> tableModel, javax.swing.ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper)
-
-