Skip navigation links
org.gvsig.tools.swing.impl.usability.text

Class JStandardizedTextArea

    • Constructor Detail

      • JStandardizedTextArea

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

        public JStandardizedTextArea(Icon icon)
        Creates a new instance of org.gvsig.gui.beans.swing.JTextArea containing an image.
      • JStandardizedTextArea

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

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

      • getEnableText

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

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

        public void setToolTip(String text)
        Sets the text that appears in the tooltip when the TextArea is enabled.
      • setFill

        public void setFill(int filledMaximumWidth)