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

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

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

Method parameters in org.pentaho.di.ui.repository.repositoryexplorer.controllers with type arguments of type UIPartition
 void PartitionsController.setEnableButtons(List<UIPartition> partitions)
           
 

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

Constructor parameters in org.pentaho.di.ui.repository.repositoryexplorer.model with type arguments of type UIPartition
UIPartitions(List<UIPartition> partitions)