Class GetDatabaseInfoProgressDialog
- java.lang.Object
-
- org.apache.hop.ui.core.database.dialog.GetDatabaseInfoProgressDialog
-
public class GetDatabaseInfoProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.
-
-
Constructor Summary
Constructors Constructor Description GetDatabaseInfoProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, DatabaseMeta databaseMeta)Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.
-
-
-
Constructor Detail
-
GetDatabaseInfoProgressDialog
public GetDatabaseInfoProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, DatabaseMeta databaseMeta)Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.
-
-
Method Detail
-
open
public DatabaseMetaInformation open()
-
-