Class JCommandButton.DefaultPopupButtonModel

java.lang.Object
javax.swing.DefaultButtonModel
org.pushingpixels.radiance.component.api.common.JCommandButton.DefaultPopupButtonModel
All Implemented Interfaces:
ItemSelectable, Serializable, ButtonModel, PopupButtonModel
Enclosing class:
JCommandButton

private static class JCommandButton.DefaultPopupButtonModel extends DefaultButtonModel implements PopupButtonModel
Extension of the default button model that supports the PopupButtonModel interface.
  • Field Details

    • commandButton

      private JCommandButton commandButton
  • Constructor Details

    • DefaultPopupButtonModel

      public DefaultPopupButtonModel(JCommandButton commandButton)
      Creates a new default popup button model.
  • Method Details