@FunctionalInterface public static interface ComboBox.ItemFilter<T> extends SerializableBiPredicate<T,String>
ComboBox items against user typed strings.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T item,
String filterText) |
and, negate, orCopyright © 2025. All rights reserved.