use of com.cubrid.cubridquery.ui.connection.dialog.CreateConnectionByUrlWizard in project cubrid-manager by CUBRID.
the class ConnectionUrlImportAction method run.
/**
* Import hosts and groups
*/
public void run() {
CMWizardDialog dialog = new CMWizardDialog(Display.getCurrent().getActiveShell(), new CreateConnectionByUrlWizard());
dialog.setPageSize(600, 300);
dialog.open();
}
Aggregations