Uses of Interface
org.pushingpixels.radiance.component.api.common.model.PopupButtonModel
-
Packages that use PopupButtonModel Package Description org.pushingpixels.radiance.component.api.common -
-
Uses of PopupButtonModel in org.pushingpixels.radiance.component.api.common
Classes in org.pushingpixels.radiance.component.api.common that implement PopupButtonModel Modifier and Type Class Description private static class
JCommandButton.DefaultPopupButtonModel
Extension of the default button model that supports thePopupButtonModel
interface.Fields in org.pushingpixels.radiance.component.api.common declared as PopupButtonModel Modifier and Type Field Description private PopupButtonModel
JCommandButton. popupModel
Popup model of this button.Methods in org.pushingpixels.radiance.component.api.common that return PopupButtonModel Modifier and Type Method Description PopupButtonModel
JCommandButton. getPopupModel()
Returns the popup model of this button.Methods in org.pushingpixels.radiance.component.api.common with parameters of type PopupButtonModel Modifier and Type Method Description void
JCommandButton. setPopupModel(PopupButtonModel newModel)
Sets the new popup model for this button.
-