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 classExtension of the default button model that supports thePopupButtonModelinterface.Fields in org.pushingpixels.radiance.component.api.common declared as PopupButtonModelModifier and TypeFieldDescriptionprivate PopupButtonModelJCommandButton.popupModelPopup 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 TypeMethodDescriptionvoidJCommandButton.setPopupModel(PopupButtonModel newModel) Sets the new popup model for this button.