Uses of Class
org.pentaho.di.ui.repository.dialog.RepositoryDialogInterface.MODE

Packages that use RepositoryDialogInterface.MODE
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
static RepositoryDialogInterface.MODE RepositoryDialogInterface.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
 RepositoryMeta RepositoryDialogInterface.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
 KettleFileRepositoryMeta KettleFileRepositoryDialog.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
 KettleDatabaseRepositoryMeta KettleDatabaseRepositoryDialog.open(RepositoryDialogInterface.MODE mode)