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 ofComboPopupPrototypeCallbackinterface 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 ObjectgetPopupPrototypeDisplayValue(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:ComboPopupPrototypeCallbackReturns the prototype entry for combo popup of the specified combobox.- Specified by:
getPopupPrototypeDisplayValuein interfaceComboPopupPrototypeCallback- Parameters:
jc- Combo box.- Returns:
- Prototype entry for combo popup of the specified combobox.
-
-