ComboPopupPrototypeCallback
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 | Description |
---|---|
WidestComboPopupPrototype() |
Modifier and Type | Method | 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)
ComboPopupPrototypeCallback
getPopupPrototypeDisplayValue
in interface ComboPopupPrototypeCallback
jc
- Combo box.