Uses of Class
org.pentaho.di.ui.repository.repositoryexplorer.model.UIDatabaseConnection

Packages that use UIDatabaseConnection
org.pentaho.di.ui.repository.repositoryexplorer.controllers   
org.pentaho.di.ui.repository.repositoryexplorer.model   
 

Uses of UIDatabaseConnection in org.pentaho.di.ui.repository.repositoryexplorer.controllers
 

Method parameters in org.pentaho.di.ui.repository.repositoryexplorer.controllers with type arguments of type UIDatabaseConnection
 void ConnectionsController.setEnableButtons(List<UIDatabaseConnection> connections)
           
 

Uses of UIDatabaseConnection in org.pentaho.di.ui.repository.repositoryexplorer.model
 

Constructor parameters in org.pentaho.di.ui.repository.repositoryexplorer.model with type arguments of type UIDatabaseConnection
UIDatabaseConnections(List<UIDatabaseConnection> dbConns)