Module is.codion.swing.common.model
Interface FilteredTableSelectionModel<R>
- Type Parameters:
R- the type of rows
- All Superinterfaces:
ListSelectionModel,is.codion.common.model.table.TableSelectionModel<R>
public interface FilteredTableSelectionModel<R>
extends ListSelectionModel, is.codion.common.model.table.TableSelectionModel<R>
A selection model for a
FilteredTableModel.-
Field Summary
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION -
Method Summary
Methods inherited from interface javax.swing.ListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, getAnchorSelectionIndex, getLeadSelectionIndex, getMaxSelectionIndex, getMinSelectionIndex, getSelectedIndices, getSelectedItemsCount, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isSelectedIndex, isSelectionEmpty, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjustingMethods inherited from interface is.codion.common.model.table.TableSelectionModel
addBeforeSelectionChangeListener, addSelectedIndex, addSelectedIndexes, addSelectedIndexesListener, addSelectedIndexListener, addSelectedItem, addSelectedItemListener, addSelectedItems, addSelectedItems, addSelectedItemsListener, addSelectionListener, clearSelection, getSelectedIndex, getSelectedIndexes, getSelectedItem, getSelectedItems, isSelected, moveSelectionDown, moveSelectionUp, multipleSelection, removeBeforeSelectionChangeListener, removeSelectedIndex, removeSelectedIndexes, removeSelectedIndexesListener, removeSelectedIndexListener, removeSelectedItem, removeSelectedItemListener, removeSelectedItems, removeSelectedItemsListener, removeSelectionListener, selectAll, selectedItem, selectionCount, selectionEmpty, selectionNotEmpty, setSelectedIndex, setSelectedIndexes, setSelectedItem, setSelectedItems, setSelectedItems, singleSelection, singleSelectionMode