Class XulDatabaseDialog
java.lang.Object
org.pentaho.di.ui.core.database.dialog.XulDatabaseDialog
- Direct Known Subclasses:
DatabaseDialog
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.di.core.database.DatabaseMeta
boolean
open()
Opens the XUL database dialogvoid
setDatabaseMeta
(org.pentaho.di.core.database.DatabaseMeta dbMeta) void
setDatabases
(List<org.pentaho.di.core.database.DatabaseMeta> databases) void
setModalDialog
(boolean modalDialog)
-
Field Details
-
shell
protected org.eclipse.swt.widgets.Shell shell
-
-
Constructor Details
-
XulDatabaseDialog
public XulDatabaseDialog(org.eclipse.swt.widgets.Shell parent)
-
-
Method Details
-
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
-
isModalDialog
public boolean isModalDialog()- Returns:
- the modalDialog
-
setModalDialog
public void setModalDialog(boolean modalDialog) - Parameters:
modalDialog
- the modalDialog to set
-