1 | customDialog = new AddAutoIncrementDialog(columnToModify);↵ | | 1 | customDialog = new AddModifySequenceDialog(AddModifySequenceDialog.ADD_MODE);↵
|
2 | customDialog.addExecuteListener(new ExecuteListener());↵ | | 2 | customDialog.addExecuteListener(new ExecuteListener());↵
|
3 | customDialog.addEditSQLListener(new EditSQLListener(customDialog));↵ | | 3 | customDialog.addEditSQLListener(new EditSQLListener(customDialog));↵
|
4 | customDialog.addShowSQLListener(new ShowSQLListener(i18n.SHOWSQL_DIALOG_TITLE, customDialog));↵ | | 4 | customDialog.addShowSQLListener(new ShowSQLListener(i18n.SHOWSQL_DIALOG_TITLE, customDialog));↵
|
5 | customDialog.setLocationRelativeTo(_session.getApplication().getMainFrame());↵ | | 5 | customDialog.setLocationRelativeTo(_session.getApplication().getMainFrame());↵
|
6 | customDialog.setVisible(true); | | 6 | customDialog.setVisible(true);
|