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

java.lang.Object
  extended by org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerDialog
      extended by org.pentaho.di.ui.core.database.dialog.DatabaseExplorerDialog

public class DatabaseExplorerDialog
extends XulDatabaseExplorerDialog

This class has been adapted to use the XUL version of the DatabaseExplorerDialog instead. The old DatabaseExplorerDialog has been renamed to DatabaseExplorerDialogLegacy


Constructor Summary
DatabaseExplorerDialog(Shell parent, int style, DatabaseMeta conn, List<DatabaseMeta> databases)
           
DatabaseExplorerDialog(Shell parent, int style, DatabaseMeta conn, List<DatabaseMeta> databases, boolean aLook)
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerDialog
getSchemaName, getTableName, open, setSelectedSchemaAndTable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseExplorerDialog

public DatabaseExplorerDialog(Shell parent,
                              int style,
                              DatabaseMeta conn,
                              List<DatabaseMeta> databases)

DatabaseExplorerDialog

public DatabaseExplorerDialog(Shell parent,
                              int style,
                              DatabaseMeta conn,
                              List<DatabaseMeta> databases,
                              boolean aLook)