Class GetDatabaseInfoProgressDialog
- java.lang.Object
-
- org.pentaho.di.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.- Since:
- 07-apr-2005
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description GetDatabaseInfoProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.database.DatabaseMeta dbInfo)
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDatabaseProgressListener(DatabaseInfoProgressListener listener)
Adds a Database progress listener to be notified when the operation finishesorg.pentaho.di.core.database.DatabaseMetaInformation
open()
boolean
removeDatabaseProgressListener(DatabaseInfoProgressListener listener)
Removes a Database progress listener
-
-
-
Method Detail
-
addDatabaseProgressListener
public void addDatabaseProgressListener(DatabaseInfoProgressListener listener)
Adds a Database progress listener to be notified when the operation finishes- Parameters:
listener
- the listener to be notified
-
removeDatabaseProgressListener
public boolean removeDatabaseProgressListener(DatabaseInfoProgressListener listener)
Removes a Database progress listener- Parameters:
listener
- the listener to be removed- Returns:
- true if the removal is successful. false otherwise.
-
open
public org.pentaho.di.core.database.DatabaseMetaInformation open()
-
-