WidestComboPopupPrototype@FunctionalInterface
public interface ComboPopupPrototypeCallback<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
getPopupPrototypeDisplayValue(javax.swing.JComboBox<T> jc) |
Returns the prototype entry for combo popup of the specified combobox.
|