Uses of Interface
org.pentaho.di.ui.repository.ILoginCallback
-
Packages that use ILoginCallback Package Description 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 Modifier and Type Method Description ILoginCallback
RepositoriesDialog. getCallback()
Constructors in org.pentaho.di.ui.repository with parameters of type ILoginCallback Constructor Description RepositoriesDialog(org.eclipse.swt.widgets.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 Modifier and Type Method Description ILoginCallback
RepositoriesController. getCallback()
Methods in org.pentaho.di.ui.repository.controllers with parameters of type ILoginCallback Modifier and Type Method Description void
RepositoriesController. setCallback(ILoginCallback callback)
-