Uses of Interface
org.pentaho.di.ui.repository.ILoginCallback

Packages that use ILoginCallback
org.pentaho.di.ui.repository   
org.pentaho.di.ui.repository.controllers   
 

Uses of ILoginCallback in org.pentaho.di.ui.repository
 

Methods in org.pentaho.di.ui.repository that return ILoginCallback
 ILoginCallback RepositoriesDialog.getCallback()
           
 

Constructors in org.pentaho.di.ui.repository with parameters of type ILoginCallback
RepositoriesDialog(Shell shell, String preferredRepositoryName, ILoginCallback callback)
           
 

Uses of ILoginCallback in org.pentaho.di.ui.repository.controllers
 

Methods in org.pentaho.di.ui.repository.controllers that return ILoginCallback
 ILoginCallback RepositoriesController.getCallback()
           
 

Methods in org.pentaho.di.ui.repository.controllers with parameters of type ILoginCallback
 void RepositoriesController.setCallback(ILoginCallback callback)