Class WidestComboPopupPrototype<T>
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.combo.WidestComboPopupPrototype<T>
-
- All Implemented Interfaces:
ComboPopupPrototypeCallback<T>
public class WidestComboPopupPrototype<T> extends java.lang.Object implements ComboPopupPrototypeCallback<T>
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 T
getPopupPrototypeDisplayValue(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:ComboPopupPrototypeCallback
Returns the prototype entry for combo popup of the specified combobox.- Specified by:
getPopupPrototypeDisplayValue
in interfaceComboPopupPrototypeCallback<T>
- Parameters:
jc
- Combo box.- Returns:
- Prototype entry for combo popup of the specified combobox.
-
-