Class JCommandToggleButton

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Direct Known Subclasses:
JCommandToggleMenuButton, JRibbonTaskToggleButton

public class JCommandToggleButton extends AbstractCommandButton
Command button.
See Also:
  • Field Details

  • Constructor Details

    • JCommandToggleButton

      public JCommandToggleButton(ResizableIcon icon)
      Creates a new command toggle button with empty text
      Parameters:
      icon - Button icon.
    • JCommandToggleButton

      public JCommandToggleButton(String title)
      Creates a new command toggle button without an icon.
      Parameters:
      title - Button title. May contain any number of words.
    • JCommandToggleButton

      public JCommandToggleButton(String title, ResizableIcon icon)
      Creates a new command toggle button.
      Parameters:
      title - Button title. May contain any number of words.
      icon - Button icon.
  • Method Details