use of org.jboss.hal.client.configuration.subsystem.datasource.wizard.DataSourceWizard in project console by hal.
the class DataSourceColumn method showWizard.
private void showWizard(List<DataSource> dataSources, List<JdbcDriver> drivers, boolean xa) {
DataSourceWizard wizard = new DataSourceWizard(this, metadataRegistry, dispatcher, eventBus, statementContext, environment, progress, resources, templates, dataSources, drivers, xa);
wizard.show();
}
Aggregations