Uses of Interface
org.pentaho.di.ui.repository.repositoryexplorer.uisupport.IRepositoryExplorerUISupport

Packages that use IRepositoryExplorerUISupport
org.pentaho.di.ui.repository.repositoryexplorer   
org.pentaho.di.ui.repository.repositoryexplorer.uisupport   
 

Uses of IRepositoryExplorerUISupport in org.pentaho.di.ui.repository.repositoryexplorer
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer that return IRepositoryExplorerUISupport
 IRepositoryExplorerUISupport UISupportRegistery.createUISupport(Class<? extends IRepositoryService> service)
           
 

Method parameters in org.pentaho.di.ui.repository.repositoryexplorer with type arguments of type IRepositoryExplorerUISupport
 void UISupportRegistery.registerUISupport(Class<? extends IRepositoryService> service, Class<? extends IRepositoryExplorerUISupport> supportClass)
           
 

Uses of IRepositoryExplorerUISupport in org.pentaho.di.ui.repository.repositoryexplorer.uisupport
 

Classes in org.pentaho.di.ui.repository.repositoryexplorer.uisupport that implement IRepositoryExplorerUISupport
 class AbstractRepositoryExplorerUISupport
           
 class BaseRepositoryExplorerUISupport
           
 class ManageUserUISupport