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

      • 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 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()