Class ActionRepeatableButtonModel

java.lang.Object
javax.swing.DefaultButtonModel
org.pushingpixels.radiance.component.api.common.model.ActionRepeatableButtonModel
All Implemented Interfaces:
ItemSelectable, Serializable, ButtonModel, ActionButtonModel

public class ActionRepeatableButtonModel extends DefaultButtonModel implements ActionButtonModel
Extension of the default button model that supports the ActionButtonModel interface and repeated invocation of action listeners on mouse rollover. This is the default core action model set on JCommandButtons.
Author:
Kirill Grouchnikov
See Also:
  • Constructor Details

    • ActionRepeatableButtonModel

      public ActionRepeatableButtonModel(JCommandButton commandButton)
      Creates a new button model.
      Parameters:
      commandButton - The associated command button.
  • Method Details