5051525354555657
private void createImportDialog() { Action importAction = addDialogActionToToolbar(DATA_PANEL, "Import", new ImportDialog(importer, dataSources)); new RestrictImporterToOneDataSourceManager(dataSources, importAction) .init(); }