Uses of Interface
org.pentaho.di.ui.repository.dialog.RepositoryDialogInterface
-
Packages that use RepositoryDialogInterface Package Description org.pentaho.di.ui.repository org.pentaho.di.ui.repository.filerep org.pentaho.di.ui.repository.kdr -
-
Uses of RepositoryDialogInterface in org.pentaho.di.ui.repository
Methods in org.pentaho.di.ui.repository that return RepositoryDialogInterface Modifier and Type Method Description protected RepositoryDialogInterfaceRepositoriesHelper. getRepositoryDialog(org.pentaho.di.core.plugins.PluginInterface plugin, org.pentaho.di.repository.RepositoryMeta repositoryMeta, org.pentaho.di.repository.RepositoriesMeta input2, org.eclipse.swt.widgets.Shell shell) -
Uses of RepositoryDialogInterface in org.pentaho.di.ui.repository.filerep
Classes in org.pentaho.di.ui.repository.filerep that implement RepositoryDialogInterface Modifier and Type Class Description classKettleFileRepositoryDialog -
Uses of RepositoryDialogInterface in org.pentaho.di.ui.repository.kdr
Classes in org.pentaho.di.ui.repository.kdr that implement RepositoryDialogInterface Modifier and Type Class Description classKettleDatabaseRepositoryDialogThis dialog is used to edit/enter the name and description of a repository.
-