Uses of Interface
org.pushingpixels.radiance.theming.api.combo.ComboPopupPrototypeCallback
-
Packages that use ComboPopupPrototypeCallback Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.api.combo -
-
Uses of ComboPopupPrototypeCallback in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api with parameters of type ComboPopupPrototypeCallback Modifier and Type Method Description static void
RadianceThemingCortex.ComponentScope. setComboBoxPrototypeCallback(javax.swing.JComboBox comboBox, ComboPopupPrototypeCallback comboPopupPrototypeCallback)
Specifies the combobox popup prototype callback which is used to compute the width of the popup at runtime.static void
RadianceThemingCortex.GlobalScope. setComboBoxPrototypeCallback(ComboPopupPrototypeCallback comboPopupPrototypeCallback)
Specifies the combobox popup prototype callback which is used to compute the width of the popups at runtime. -
Uses of ComboPopupPrototypeCallback in org.pushingpixels.radiance.theming.api.combo
Classes in org.pushingpixels.radiance.theming.api.combo that implement ComboPopupPrototypeCallback Modifier and Type Class Description class
WidestComboPopupPrototype<T>
Sample core implementation ofComboPopupPrototypeCallback
interface that returns the widest combo entry.
-