1 | final IProxySettings proxySettings = prefs.getProxySettings();↵ | | 1 | final ApplicationFiles appFiles = new ApplicationFiles();↵
|
|
2 | _httpUseProxyChk.setSelected(proxySettings.getHttpUseProxy());↵ | | 2 | _↵
|
3 | _httpProxyServer↵ | | 3 | loginTimeout.setInt(prefs.getLoginTimeout());↵
|
4 | .setText(proxySettings.getHttpProxyServer());↵ | | 4 | _largeScriptStmtCount.setInt(pr↵
|
5 | _httpProxyPort.setText(proxySettings.getHttpProxyPort());↵ | | |
|
6 | _httpNonProxyHosts.setText(proxySettings.getHttpNonProxyHosts());↵ | | |
|
7 | _httpProxyUser.setText(proxySettings.getHttpProxyUser());↵ | | |
|
8 | _httpProxyPassword.setText(proxySettings.getHttpProxyPassword());↵ | | |
|
|
9 | _socksUseProxyChk.setSelected(proxySettings.getSocksUseProxy());↵ | | |
|
10 | _socksProxyServer.setText(proxySettings.getSocksProxyServer());↵ | | |
|
11 | _socksProxyPort↵ | | 5 | efs.getLargeScriptStmtCount());↵
|
| | | 6 | _debugJdbcStream.setSelected(prefs.isJdbcDebugToStream());↵
|
| | | 7 | _debugJdbcWriter.setSelected(prefs.isJdbcDebugToWriter());↵
|
| | | 8 | _debugJdbcDont.setSelected(prefs.isJdbcDebugDontDebug());↵
|
| | | 9 | _jdbcDebugLogFileNameLbl.setText(appFiles.getJDBCDebugLogFile().getPath());↵
|
| | | 10 | _fileOpenInPreviousDir.setSelected(prefs.isFileOpenInPreviousDir());↵
|
| | | 11 | _fileOpenInSpecifiedDir.setSelected(prefs.isFileOpenInSpecifiedDir());↵
|
12 | .setText(proxySettings.getSocksProxyPort());↵ | | 12 | _fileSpecifiedDir.setText(pr↵
|
|
13 | updateControlStatus(); | | 13 | efs.getFileSpecifiedDir());
|