org.gvsig.gui.beans.swing

Class JButton

    • Constructor Detail

      • JButton

        public JButton()
        Deprecated. 
        Creates a new empty instance of org.gvsig.gui.beans.swing.JButton.
      • JButton

        public JButton(String text)
        Deprecated. 
        Creates a new instance of org.gvsig.gui.beans.swing.JButton containing a text.
        Parameters:
        text -
      • JButton

        public JButton(String text,
               Icon icon)
        Deprecated. 
        Creates a new instance of org.gvsig.gui.beans.swing.JButton containing an image and a text.
        Parameters:
        text -
        icon -
      • JButton

        public JButton(Icon icon)
        Deprecated. 
        Creates a new instance of org.gvsig.gui.beans.swing.JButton containing an image.
    • Method Detail

      • getEnableText

        public String getEnableText()
        Deprecated. 
        Gets the text that appears in the tooltip when the button is disabled.
        Returns:
        String
      • setEnableText

        public void setEnableText(String enableText)
        Deprecated. 
        Sets the text that appears in the tooltip when the button is disabled.
        Parameters:
        enableText - The enableText to set.
      • setToolTip

        public void setToolTip(String text)
        Deprecated. 
        Sets the text that appears in the tooltip when the button is enabled.