Package adams.core

Interface PasswordPrompter

    • Method Detail

      • setPromptForPassword

        void setPromptForPassword​(boolean value)
        Sets whether to prompt for a password if none currently provided.
        Parameters:
        value - true if to prompt for a password
      • getPromptForPassword

        boolean getPromptForPassword()
        Returns whether to prompt for a password if none currently provided.
        Returns:
        true if to prompt for a password
      • promptForPasswordTipText

        String promptForPasswordTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.