org.pentaho.di.ui.repository
Class RepositoriesDialog

java.lang.Object
  extended by org.pentaho.di.ui.repository.RepositoriesDialog

public class RepositoriesDialog
extends Object


Constructor Summary
RepositoriesDialog(Shell shell, String preferredRepositoryName, ILoginCallback callback)
           
 
Method Summary
 ILoginCallback getCallback()
           
 Composite getDialogArea()
           
 Shell getShell()
           
 void show()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoriesDialog

public RepositoriesDialog(Shell shell,
                          String preferredRepositoryName,
                          ILoginCallback callback)
Method Detail

getDialogArea

public Composite getDialogArea()

show

public void show()

getCallback

public ILoginCallback getCallback()

getShell

public Shell getShell()