Class IrisTableSelectionModel

java.lang.Object
com.illumon.iris.gui.table.IrisTableSelectionModel
All Implemented Interfaces:
Serializable, Cloneable, ListSelectionModel
Direct Known Subclasses:
DbKeyedTableSelectionModel

public class IrisTableSelectionModel
extends Object
implements ListSelectionModel, Cloneable, Serializable
A ListSelectionModel that maintains selection as as snapshot of the underlying Key Columns. This implementation is largely derived from DefaultListSelectionModel with changes to facilitate the snapshot method.
See Also:
Serialized Form