Class WidestComboPopupPrototype
- java.lang.Object
-
- org.pushingpixels.substance.api.combo.WidestComboPopupPrototype
-
- All Implemented Interfaces:
ComboPopupPrototypeCallback
public class WidestComboPopupPrototype extends Object implements ComboPopupPrototypeCallback
Sample core implementation ofComboPopupPrototypeCallback
interface that returns the widest combo entry. This class is part of officially supported API.
-
-
Constructor Summary
Constructors Constructor Description WidestComboPopupPrototype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getPopupPrototypeDisplayValue(JComboBox jc)
Returns the prototype entry for combo popup of the specified combobox.
-
-
-
Method Detail
-
getPopupPrototypeDisplayValue
public Object getPopupPrototypeDisplayValue(JComboBox jc)
Description copied from interface:ComboPopupPrototypeCallback
Returns the prototype entry for combo popup of the specified combobox.- Specified by:
getPopupPrototypeDisplayValue
in interfaceComboPopupPrototypeCallback
- Parameters:
jc
- Combo box.- Returns:
- Prototype entry for combo popup of the specified combobox.
-
-