Interface PasswordParameter

    • Method Detail

      • getValue

        byte[] getValue()
      • setValue

        void setValue​(java.lang.String plain_password)
      • 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