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