Class LoadOnScrollListModel<T>

java.lang.Object
javax.swing.AbstractListModel<T>
com.illumon.iris.gui.list.LoadOnScrollListModel<T>
Type Parameters:
T - the data type
All Implemented Interfaces:
AdjustmentListener, Serializable, EventListener, ListModel<T>

public class LoadOnScrollListModel<T>
extends AbstractListModel<T>
implements AdjustmentListener
A model for a JList containing large amounts of data. Sets a Display Size so that only a small slice of the data is loaded at anyone time. Adjust data displayed on scroll. Supports text search.
See Also:
Serialized Form