Class ViewHugeSelectionModel

java.lang.Object
uk.ac.starlink.table.gui.ViewHugeSelectionModel
All Implemented Interfaces:
ListSelectionModel

public class ViewHugeSelectionModel extends Object implements ListSelectionModel
ListSelectionModel to use in conjunction with a ViewHugeTableModel for tracking row selection of very large tables. Since the rows of the ViewHugeTableModel keep changing which rows of the underlying huge model they are talking about, the selection model has to understand how that happens if you want to have row selection that persists as the scroll bar is moved around. This is the model which should be installed on the JTable.
Since:
16 Jul 2014
Author:
Mark Taylor
See Also: