Package ca.cgjennings.ui
Interface FilteredListModel.ListFilter<E>
-
- Enclosing class:
- FilteredListModel<E>
public static interface FilteredListModel.ListFilter<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
include(FilteredListModel<E> model, E item)
-
-
-
Method Detail
-
include
boolean include(FilteredListModel<E> model, E item)
-
-