Class PinnedButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class PinnedButton extends JToggleButton
Version:
$Id: PinnedButton.java 885 2008-02-24 23:45:45Z rambaut $
Author:
Andrew Rambaut
See Also:
  • Constructor Details

    • PinnedButton

      public PinnedButton()
  • Method Details

    • setSelected

      public void setSelected(boolean isSelected)
      This overridden because when the button is programmatically selected, we want to skip the animation and jump straight to the final icon.
      Overrides:
      setSelected in class AbstractButton
      Parameters:
      isSelected -