Uses of Interface
org.pushingpixels.radiance.component.api.common.model.PopupButtonModel
Packages that use PopupButtonModel
-
Uses of PopupButtonModel in org.pushingpixels.radiance.component.api.common
Classes in org.pushingpixels.radiance.component.api.common that implement PopupButtonModelModifier and TypeClassDescriptionprivate static class
Extension of the default button model that supports thePopupButtonModel
interface.Fields in org.pushingpixels.radiance.component.api.common declared as PopupButtonModelModifier and TypeFieldDescriptionprivate PopupButtonModel
JCommandButton.popupModel
Popup model of this button.Methods in org.pushingpixels.radiance.component.api.common that return PopupButtonModelModifier and TypeMethodDescriptionJCommandButton.getPopupModel()
Returns the popup model of this button.Methods in org.pushingpixels.radiance.component.api.common with parameters of type PopupButtonModelModifier and TypeMethodDescriptionvoid
JCommandButton.setPopupModel
(PopupButtonModel newModel) Sets the new popup model for this button.