Class XulDatabaseDialog

    • Field Detail

      • shell

        protected org.eclipse.swt.widgets.Shell shell
    • Constructor Detail

      • XulDatabaseDialog

        public XulDatabaseDialog​(org.eclipse.swt.widgets.Shell parent)
    • Method Detail

      • open

        public String open()
        Opens the XUL database dialog
        Returns:
        databaseName (or NULL on error or cancel) TODO: Fix deprecation warning in v3.2 by using the new dialog
      • setDatabaseMeta

        public void setDatabaseMeta​(org.pentaho.di.core.database.DatabaseMeta dbMeta)
      • getDatabaseMeta

        public org.pentaho.di.core.database.DatabaseMeta getDatabaseMeta()
      • setDatabases

        public void setDatabases​(List<org.pentaho.di.core.database.DatabaseMeta> databases)
      • isModalDialog

        public boolean isModalDialog()
        Returns:
        the modalDialog
      • setModalDialog

        public void setModalDialog​(boolean modalDialog)
        Parameters:
        modalDialog - the modalDialog to set