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 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

      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.
    • newProgressMonitorDialog

      protected org.eclipse.jface.dialogs.ProgressMonitorDialog newProgressMonitorDialog()
    • open

      public org.pentaho.di.core.database.DatabaseMetaInformation open()