org.pentaho.platform.dataaccess.datasource.ui.selectdialog
Class SwingDatasourceSelectionDialog

java.lang.Object
  extended by org.pentaho.platform.dataaccess.datasource.ui.selectdialog.SwingDatasourceSelectionDialog

public class SwingDatasourceSelectionDialog
extends Object

Author:
mlowery

Constructor Summary
SwingDatasourceSelectionDialog(IXulAsyncDatasourceService datasourceService, EmbeddedWizard datasourceDialogController)
           
 
Method Summary
 void addDialogListener( listener)
          Specified by DialogController.
 void hideDialog()
          Specified by DialogController.
static void main(String[] args)
          For debug/demo purposes only.
 void removeDialogListener( listener)
          Specified by DialogController.
 void showDialog()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingDatasourceSelectionDialog

public SwingDatasourceSelectionDialog(IXulAsyncDatasourceService datasourceService,
                                      EmbeddedWizard datasourceDialogController)
                               throws XulException
Throws:
XulException
Method Detail

addDialogListener

public void addDialogListener( listener)
Specified by DialogController.


hideDialog

public void hideDialog()
Specified by DialogController.


removeDialogListener

public void removeDialogListener( listener)
Specified by DialogController.


showDialog

public void showDialog()

main

public static void main(String[] args)
                 throws XulException
For debug/demo purposes only.

Throws:
XulException