1 | final ApplicationFiles appFiles = new ApplicationFiles();↵ | | |
|
2 | _loginTimeout.setInt↵ | | 1 | _contentsNbrRowsToShowField.setInt(props.getContentsNbrRowsToShow());↵
|
3 | (prefs.getLoginTimeout());↵ | | 2 | _contentsLimitRowsChk.setSelected(props.get↵
|
4 | _largeScriptStmt↵ | | 3 | ContentsLimitRows());↵
|
5 | Count.setInt(prefs.getLargeScriptStmtCount());↵ | | 4 | _showRowCountChk.setSelected(props.get↵
|
6 | _debugJdbcStream.setSelected(prefs.isJdbcDebugToStream());↵ | | |
|
7 | _debugJdbcWriter.setSelected(prefs.isJdbcDebugToWriter());↵ | | |
|
8 | _debugJdbcDont.setSelected(prefs.isJdbcDebugDontDebug());↵ | | |
|
9 | _jdbcDebugLogFileNameLbl.setText(appFiles.getJDBCDebugLogFile().getPath↵ | | 5 | ShowRowCount());↵
|
| | | 6 | _loadSchemasCatalogsChk.setSelected(props.getLoadSchemasCatalogs());↵
|
| | | 7 | _catalogFilterInclude.setText(props.getCatalogFilterInclude());↵
|
| | | 8 | _schemaFilterInclude.setText(props.getSchemaFilterInclude());↵
|
10 | ());↵ | | 9 | _objectFilterInclude.setText(props.getObjectFilterInclude());↵
|
11 | _fileOpenInPreviousDir.setSelected(prefs.isFileOpenInPreviousDir());↵ | | 10 | _↵
|
12 | _fileOpenInSpecifiedDir.setSelected(prefs.isFileOpenInSpecifiedDir());↵ | | |
|
13 | _fileSpecifiedDir↵ | | 11 | catalogFilterExclude.setText(props.getCatalogFilterExclude());↵
|
| | | 12 | _schemaFilterExclude.setText(props.getSchemaFilterExclude());↵
|
14 | .setText(prefs.getFileSpecifiedDir()↵ | | 13 | _objectFilterExclude.setText(props.getObjectFilterExclude());↵
|
|
15 | ); | | 14 | updateControlStatus();
|