Uses of Interface
org.pentaho.di.ui.repository.repositoryexplorer.RepositoryExplorerCallback

Packages that use RepositoryExplorerCallback
org.pentaho.di.ui.repository.repositoryexplorer   
org.pentaho.di.ui.repository.repositoryexplorer.controllers   
 

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

Constructors in org.pentaho.di.ui.repository.repositoryexplorer with parameters of type RepositoryExplorerCallback
RepositoryExplorer(Shell shell, Repository rep, RepositoryExplorerCallback callback, VariableSpace variableSpace)
           
 

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

Methods in org.pentaho.di.ui.repository.repositoryexplorer.controllers that return RepositoryExplorerCallback
 RepositoryExplorerCallback MainController.getCallback()
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.controllers with parameters of type RepositoryExplorerCallback
 void MainController.setCallback(RepositoryExplorerCallback callback)