Class GetDatabaseInfoProgressDialog
java.lang.Object
org.pentaho.di.ui.core.database.dialog.GetDatabaseInfoProgressDialog
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
ConstructorDescriptionGetDatabaseInfoProgressDialog
(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
Modifier and TypeMethodDescriptionvoid
Adds a Database progress listener to be notified when the operation finishesprotected org.eclipse.jface.dialogs.ProgressMonitorDialog
org.pentaho.di.core.database.DatabaseMetaInformation
open()
boolean
Removes a Database progress listener
-
Constructor Details
-
GetDatabaseInfoProgressDialog
public 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 Details
-
addDatabaseProgressListener
Adds a Database progress listener to be notified when the operation finishes- Parameters:
listener
- the listener to be notified
-
removeDatabaseProgressListener
Removes a Database progress listener- Parameters:
listener
- the listener to be removed- Returns:
- true if the removal is successful. false otherwise.
-
newProgressMonitorDialog
protected org.eclipse.jface.dialogs.ProgressMonitorDialog newProgressMonitorDialog() -
open
public org.pentaho.di.core.database.DatabaseMetaInformation open()
-