Interface PrefixSelector<T>
-
- Type Parameters:
T-
- All Known Implementing Classes:
FormatPrefixSelector
public interface PrefixSelector<T>An interface for selecting an item in aListModelbased on the prefix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TselectMatch(javax.swing.ListModel<T> model, java.lang.String prefix)
-