Interface StringParameter

    • Method Detail

      • setValue

        void setValue​(java.lang.String value)
      • getValue

        java.lang.String getValue()
      • setMultiLine

        void setMultiLine​(int visible_line_count)
        Parameters:
        visible_line_count -
        Since:
        5201
      • setWidthInCharacters

        void setWidthInCharacters​(int widthInCharacters)
        Set a width hint for displaying the text field
        Since:
        BiglyBT 1.9.0.1
      • getWidthInCharacters

        int getWidthInCharacters()
        Returns:
        width hint in characters for displaying the text field
        Since:
        BiglyBT 1.9.0.1
      • setValidChars

        void setValidChars​(java.lang.String chars,
                           boolean caseSensitive)
        Limit characters to a list
        Since:
        BiglyBT 1.9.0.1
      • setTextLimit

        void setTextLimit​(int textLimit)
        Limit the number of characters for Parameter
        Since:
        BiglyBT 1.9.0.1
      • getTextLimit

        int getTextLimit()
        Get the character limit for Parameter
        Since:
        BiglyBT 1.9.0.1