Class ProxySettingsPanel

    • Field Detail

      • m_PanelType

        protected BasePanel m_PanelType
        the panel for the type.
      • m_ComboBoxType

        protected BaseComboBox m_ComboBoxType
        the combobox for the proxy type.
      • m_PanelHttpFtp

        protected ParameterPanel m_PanelHttpFtp
        the panel for the http parameters.
      • m_TextHttpFtpHost

        protected BaseTextField m_TextHttpFtpHost
        the http proxy host.
      • m_SpinnerHttpFtpPort

        protected JSpinner m_SpinnerHttpFtpPort
        the http proxy port.
      • m_CheckBoxHttpFtpAuthentication

        protected BaseCheckBox m_CheckBoxHttpFtpAuthentication
        whether authentication is necessary.
      • m_TextHttpFtpUser

        protected BaseTextField m_TextHttpFtpUser
        the http proxy user.
      • m_TextHttpFtpPassword

        protected BasePasswordField m_TextHttpFtpPassword
        the http proxy password.
      • m_CheckBoxShowHttpFtpPassword

        protected BaseCheckBox m_CheckBoxShowHttpFtpPassword
        Whether to show the http password.
      • m_TextHttpFtpNoProxy

        protected BaseTextField m_TextHttpFtpNoProxy
        the hosts that bypass the http proxy .
      • m_PanelSocks

        protected ParameterPanel m_PanelSocks
        the panel for the socks parameters.
      • m_TextSocksHost

        protected BaseTextField m_TextSocksHost
        the socks proxy host.
      • m_SpinnerSocksPort

        protected JSpinner m_SpinnerSocksPort
        the socks proxy port.
      • m_CheckBoxSocksAuthentication

        protected BaseCheckBox m_CheckBoxSocksAuthentication
        whether authentication is necessary.
      • m_TextSocksUser

        protected BaseTextField m_TextSocksUser
        the socks proxy user.
      • m_TextSocksPassword

        protected BasePasswordField m_TextSocksPassword
        the socks proxy password.
      • m_CheckBoxShowSocksPassword

        protected BaseCheckBox m_CheckBoxShowSocksPassword
        Whether to show the password.
    • Constructor Detail

      • ProxySettingsPanel

        public ProxySettingsPanel()