org.pentaho.di.ui.repository.kdr
Class KettleDatabaseRepositoryDialog

java.lang.Object
  extended by 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
KettleDatabaseRepositoryDialog(Shell parent, int style, RepositoryMeta repositoryMeta, RepositoriesMeta repositoriesMeta)
           
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 KettleDatabaseRepositoryMeta open(RepositoryDialogInterface.MODE mode)
          Open the dialog
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KettleDatabaseRepositoryDialog

public KettleDatabaseRepositoryDialog(Shell parent,
                                      int style,
                                      RepositoryMeta repositoryMeta,
                                      RepositoriesMeta repositoriesMeta)
Method Detail

open

public KettleDatabaseRepositoryMeta open(RepositoryDialogInterface.MODE mode)
Description copied from interface: RepositoryDialogInterface
Open the dialog

Specified by:
open in interface RepositoryDialogInterface
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.