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