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

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

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

Method parameters in org.pentaho.di.ui.repository.repositoryexplorer.controllers with type arguments of type UISlave
 void SlavesController.setEnableButtons(List<UISlave> slaves)
           
 

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

Constructor parameters in org.pentaho.di.ui.repository.repositoryexplorer.model with type arguments of type UISlave
UISlaves(List<UISlave> slaves)