Uses of Class
org.pentaho.di.ui.repository.dialog.RepositoryDialogInterface.MODE
-
Packages that use RepositoryDialogInterface.MODE Package Description org.pentaho.di.ui.repository.dialog org.pentaho.di.ui.repository.filerep org.pentaho.di.ui.repository.kdr -
-
Uses of RepositoryDialogInterface.MODE in org.pentaho.di.ui.repository.dialog
Methods in org.pentaho.di.ui.repository.dialog that return RepositoryDialogInterface.MODE Modifier and Type Method Description static RepositoryDialogInterface.MODERepositoryDialogInterface.MODE. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryDialogInterface.MODE[]RepositoryDialogInterface.MODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.ui.repository.dialog with parameters of type RepositoryDialogInterface.MODE Modifier and Type Method Description org.pentaho.di.repository.RepositoryMetaRepositoryDialogInterface. open(RepositoryDialogInterface.MODE mode)Open the dialog -
Uses of RepositoryDialogInterface.MODE in org.pentaho.di.ui.repository.filerep
Methods in org.pentaho.di.ui.repository.filerep with parameters of type RepositoryDialogInterface.MODE Modifier and Type Method Description org.pentaho.di.repository.filerep.KettleFileRepositoryMetaKettleFileRepositoryDialog. open(RepositoryDialogInterface.MODE mode) -
Uses of RepositoryDialogInterface.MODE in org.pentaho.di.ui.repository.kdr
Methods in org.pentaho.di.ui.repository.kdr with parameters of type RepositoryDialogInterface.MODE Modifier and Type Method Description org.pentaho.di.repository.kdr.KettleDatabaseRepositoryMetaKettleDatabaseRepositoryDialog. open(RepositoryDialogInterface.MODE mode)
-