ComboPopupPrototypeCallback<T>public class WidestComboPopupPrototype<T> extends java.lang.Object implements ComboPopupPrototypeCallback<T>
ComboPopupPrototypeCallback interface
that returns the widest combo entry. This class is part of officially
supported API.| Constructor | Description |
|---|---|
WidestComboPopupPrototype() |
| Modifier and Type | Method | Description |
|---|---|---|
T |
getPopupPrototypeDisplayValue(javax.swing.JComboBox<T> jc) |
Returns the prototype entry for combo popup of the specified combobox.
|
public T getPopupPrototypeDisplayValue(javax.swing.JComboBox<T> jc)
ComboPopupPrototypeCallbackgetPopupPrototypeDisplayValue in interface ComboPopupPrototypeCallback<T>jc - Combo box.