ComboPopupPrototypeCallback
public 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)
ComboPopupPrototypeCallback
getPopupPrototypeDisplayValue
in interface ComboPopupPrototypeCallback
jc
- Combo box.