org.pentaho.platform.dataaccess.datasource.ui.selectdialog
Class SwingDatasourceSelectionDialog
java.lang.Object
org.pentaho.platform.dataaccess.datasource.ui.selectdialog.SwingDatasourceSelectionDialog
- All Implemented Interfaces:
- org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>
public class SwingDatasourceSelectionDialog
- extends Object
- implements org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>
- Author:
- mlowery
Nested classes/interfaces inherited from interface org.pentaho.ui.xul.util.DialogController |
org.pentaho.ui.xul.util.DialogController.DialogListener<T> |
SwingDatasourceSelectionDialog
public SwingDatasourceSelectionDialog(IXulAsyncDatasourceService datasourceService,
EmbeddedWizard datasourceDialogController)
throws org.pentaho.ui.xul.XulException
- Throws:
org.pentaho.ui.xul.XulException
addDialogListener
public void addDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
- Specified by
DialogController
.
- Specified by:
addDialogListener
in interface org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>
hideDialog
public void hideDialog()
- Specified by
DialogController
.
- Specified by:
hideDialog
in interface org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>
removeDialogListener
public void removeDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
- Specified by
DialogController
.
- Specified by:
removeDialogListener
in interface org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>
showDialog
public void showDialog()
- Specified by:
showDialog
in interface org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>
main
public static void main(String[] args)
throws org.pentaho.ui.xul.XulException
- For debug/demo purposes only.
- Throws:
org.pentaho.ui.xul.XulException