Package org.pentaho.di.ui.repository.kdr
Class KettleDatabaseRepositoryDialog
java.lang.Object
org.pentaho.di.ui.repository.kdr.KettleDatabaseRepositoryDialog
- All Implemented Interfaces:
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
ConstructorDescriptionKettleDatabaseRepositoryDialog
(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.repository.RepositoryMeta repositoryMeta, org.pentaho.di.repository.RepositoriesMeta repositoriesMeta) -
Method Summary
-
Constructor Details
-
KettleDatabaseRepositoryDialog
public KettleDatabaseRepositoryDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.repository.RepositoryMeta repositoryMeta, org.pentaho.di.repository.RepositoriesMeta repositoriesMeta)
-
-
Method Details
-
open
public org.pentaho.di.repository.kdr.KettleDatabaseRepositoryMeta open(RepositoryDialogInterface.MODE mode) Description copied from interface:RepositoryDialogInterface
Open the dialog- Specified by:
open
in 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.
-