Class WidestComboPopupPrototype<T>
- java.lang.Object
-
- org.pushingpixels.substance.api.combo.WidestComboPopupPrototype<T>
-
- All Implemented Interfaces:
ComboPopupPrototypeCallback<T>
public class WidestComboPopupPrototype<T> extends java.lang.Object implements ComboPopupPrototypeCallback<T>
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 TgetPopupPrototypeDisplayValue(javax.swing.JComboBox<T> jc)Returns the prototype entry for combo popup of the specified combobox.
-
-
-
Method Detail
-
getPopupPrototypeDisplayValue
public T getPopupPrototypeDisplayValue(javax.swing.JComboBox<T> jc)
Description copied from interface:ComboPopupPrototypeCallbackReturns the prototype entry for combo popup of the specified combobox.- Specified by:
getPopupPrototypeDisplayValuein interfaceComboPopupPrototypeCallback<T>- Parameters:
jc- Combo box.- Returns:
- Prototype entry for combo popup of the specified combobox.
-
-