Package org.pentaho.di.ui.repository.kdr
Class KettleDatabaseRepositoryDialog
- java.lang.Object
-
- org.pentaho.di.ui.repository.kdr.KettleDatabaseRepositoryDialog
-
- All Implemented Interfaces:
RepositoryDialogInterface
public class KettleDatabaseRepositoryDialog extends Object implements RepositoryDialogInterface
This dialog is used to edit/enter the name and description of a repository. You can also use this dialog to create, upgrade or remove a repository.- Since:
- 19-jun-2003
- Author:
- Matt
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.pentaho.di.ui.repository.dialog.RepositoryDialogInterface
RepositoryDialogInterface.MODE
-
-
Constructor Summary
Constructors Constructor Description KettleDatabaseRepositoryDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.repository.RepositoryMeta repositoryMeta, org.pentaho.di.repository.RepositoriesMeta repositoriesMeta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()Copy information from the meta-data input to the dialog fields.org.pentaho.di.repository.kdr.KettleDatabaseRepositoryMetaopen(RepositoryDialogInterface.MODE mode)Open the dialog
-
-
-
Method Detail
-
open
public org.pentaho.di.repository.kdr.KettleDatabaseRepositoryMeta open(RepositoryDialogInterface.MODE mode)
Description copied from interface:RepositoryDialogInterfaceOpen the dialog- Specified by:
openin interfaceRepositoryDialogInterface- Parameters:
mode- (Add or Edit)- Returns:
- the description of the repository
-
dispose
public void dispose()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-