org.pentaho.di.ui.core.database.dialog
Class GetDatabaseInfoProgressDialog

java.lang.Object
  extended by 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
GetDatabaseInfoProgressDialog(Shell shell, 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
 DatabaseMetaInformation open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDatabaseInfoProgressDialog

public GetDatabaseInfoProgressDialog(Shell shell,
                                     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

open

public DatabaseMetaInformation open()