Class WidestComboPopupPrototype
java.lang.Object
org.pushingpixels.substance.api.combo.WidestComboPopupPrototype
- All Implemented Interfaces:
ComboPopupPrototypeCallback
Sample core implementation of
ComboPopupPrototypeCallback
interface
that returns the widest combo entry. This class is part of officially
supported API.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the prototype entry for combo popup of the specified combobox.
-
Constructor Details
-
WidestComboPopupPrototype
public WidestComboPopupPrototype()
-
-
Method Details
-
getPopupPrototypeDisplayValue
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.
-