Class SubstanceSpinnerButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants, Sideable, SubstanceInternalArrowButton, SubstanceInternalButton

public class SubstanceSpinnerButton extends JButton implements Sideable, SubstanceInternalArrowButton
Spinner button in Substance look and feel.
See Also:
  • Constructor Details

    • SubstanceSpinnerButton

      public SubstanceSpinnerButton(JSpinner spinner, int orientation)
      Simple constructor.
      Parameters:
      spinner - The owner spinner.
      orientation - The orientation of the spinner icon arrow.
  • Method Details