Class DatabaseDialog


  • public class DatabaseDialog
    extends XulDatabaseDialog
    Dialog that allows you to edit the settings of a database connection.
    Since:
    18-05-2003
    Author:
    Matt
    See Also:
    DatabaseInfo
    • Constructor Detail

      • DatabaseDialog

        public DatabaseDialog​(org.eclipse.swt.widgets.Shell parent)
      • DatabaseDialog

        public DatabaseDialog​(org.eclipse.swt.widgets.Shell parent,
                              org.pentaho.di.core.database.DatabaseMeta databaseMeta)
    • Method Detail

      • open

        public String open()
        Description copied from class: XulDatabaseDialog
        Opens the XUL database dialog
        Overrides:
        open in class XulDatabaseDialog
        Returns:
        databaseName (or NULL on error or cancel) TODO: Fix deprecation warning in v3.2 by using the new dialog
      • checkPasswordVisible

        public static final void checkPasswordVisible​(org.eclipse.swt.widgets.Text wPassword)
      • test

        public static final void test​(org.eclipse.swt.widgets.Shell shell,
                                      org.pentaho.di.core.database.DatabaseMeta dbinfo)
        Test the database connection
      • showDatabaseExistsDialog

        public static void showDatabaseExistsDialog​(org.eclipse.swt.widgets.Shell parent,
                                                    org.pentaho.di.core.database.DatabaseMeta databaseMeta)