Class BaseToggleButton

    • Constructor Detail

      • BaseToggleButton

        public BaseToggleButton()
        Creates a button with no set text or icon.
      • BaseToggleButton

        public BaseToggleButton​(Icon icon)
        Creates a button with an icon.
        Parameters:
        icon - the Icon image to display on the button
      • BaseToggleButton

        public BaseToggleButton​(String text)
        Creates a button with text.
        Parameters:
        text - the text of the button
      • BaseToggleButton

        public BaseToggleButton​(Action a)
        Creates a button where properties are taken from the Action supplied.
        Parameters:
        a - the Action used to specify the new button
        Since:
        1.3
      • BaseToggleButton

        public BaseToggleButton​(String text,
                                Icon icon)
        Creates a button with initial text and an icon.
        Parameters:
        text - the text of the button
        icon - the Icon image to display on the button
    • Method Detail

      • initButton

        protected void initButton()
        Initializes members.