Interface FilterListModel<T>

Type Parameters:
T - the item type
All Superinterfaces:
FilterModel<T>
All Known Subinterfaces:
SwingFilterListModel<T>

public interface FilterListModel<T> extends FilterModel<T>

A UI-agnostic list model based on FilterModel. The Swing-specific is.codion.swing.common.model.component.list.SwingFilterListModel extends this with javax.swing.ListModel (mirroring how SwingFilterTableModel extends TableModel).

See Also: