Uses of Interface
org.pentaho.platform.dataaccess.datasource.wizard.service.IXulAsyncConnectionService

Packages that use IXulAsyncConnectionService
org.pentaho.platform.dataaccess.datasource.wizard   
org.pentaho.platform.dataaccess.datasource.wizard.controllers Various Class Relationships 
org.pentaho.platform.dataaccess.datasource.wizard.service.impl   
 

Uses of IXulAsyncConnectionService in org.pentaho.platform.dataaccess.datasource.wizard
 

Constructors in org.pentaho.platform.dataaccess.datasource.wizard with parameters of type IXulAsyncConnectionService
GwtDatasourceEditor(IXulAsyncDatasourceService datasourceService, IXulAsyncConnectionService connectionService, AsyncConstructorListener constructorListener)
           
GwtDatasourceEditor(IXulAsyncDatasourceService datasourceService, IXulAsyncConnectionService connectionService, AsyncConstructorListener constructorListener, boolean checkHasAccess)
           
SwingDatasourceEditor(IXulAsyncDatasourceService datasourceService, IXulAsyncConnectionService connectionService)
           
 

Uses of IXulAsyncConnectionService in org.pentaho.platform.dataaccess.datasource.wizard.controllers
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.controllers that return IXulAsyncConnectionService
 IXulAsyncConnectionService ConnectionController.getService()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.controllers with parameters of type IXulAsyncConnectionService
 void ConnectionController.setService(IXulAsyncConnectionService service)
           
 

Uses of IXulAsyncConnectionService in org.pentaho.platform.dataaccess.datasource.wizard.service.impl
 

Classes in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that implement IXulAsyncConnectionService
 class ConnectionServiceDebugImpl
           
 class ConnectionServiceGwtImpl