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 voidRadianceThemingCortex.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 voidRadianceThemingCortex.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 TypeClassDescriptionclassSample core implementation ofComboPopupPrototypeCallbackinterface that returns the widest combo entry.