Uses of Interface
org.pushingpixels.radiance.theming.api.combo.ComboPopupPrototypeCallback
Packages that use ComboPopupPrototypeCallback
Package
Description
-
Uses of ComboPopupPrototypeCallback in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api with parameters of type ComboPopupPrototypeCallbackModifier and TypeMethodDescriptionstatic void
RadianceThemingCortex.ComponentScope.setComboBoxPrototypeCallback
(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 ComboPopupPrototypeCallbackModifier and TypeClassDescriptionclass
Sample core implementation ofComboPopupPrototypeCallback
interface that returns the widest combo entry.