Interface SwingFilterListModel.Builder<T>

Type Parameters:
T - the item type
Enclosing interface:
SwingFilterListModel<T>

public static interface SwingFilterListModel.Builder<T>
Builds a SwingFilterListModel — the same options as the common FilterListModel.Builder (the selection is a javax.swing.ListSelectionModel based one and the refresher a ProgressWorker based one), but the chain stays Swing-typed so build() yields a ListModel.