Uses of Interface
net.anwiba.commons.swing.table.ISortedRowMapper
-
Packages that use ISortedRowMapper Package Description net.anwiba.commons.swing.table net.anwiba.commons.swing.table.listener -
-
Uses of ISortedRowMapper in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement ISortedRowMapper Modifier and Type Class Description classSortedRowMapper<T>Constructors in net.anwiba.commons.swing.table with parameters of type ISortedRowMapper Constructor Description SelectionIndexModel(javax.swing.ListSelectionModel tableSelectionModel, ISortedRowMapper rowMapper, SelectionModel<T> selectionModel) -
Uses of ISortedRowMapper in net.anwiba.commons.swing.table.listener
Constructors in net.anwiba.commons.swing.table.listener with parameters of type ISortedRowMapper Constructor Description SelectionListener(IObjectTableModel<T> tableModel, javax.swing.ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper)TableSelectionListener(IObjectTableModel<T> tableModel, javax.swing.ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper)
-