Package org.pentaho.di.ui.repository
Class RepositoriesDialog
- java.lang.Object
-
- org.pentaho.di.ui.repository.RepositoriesDialog
-
public class RepositoriesDialog extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoriesDialog(org.eclipse.swt.widgets.Shell shell, String preferredRepositoryName, ILoginCallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ILoginCallback
getCallback()
org.eclipse.swt.widgets.Composite
getDialogArea()
org.eclipse.swt.widgets.Shell
getShell()
void
show()
-
-
-
Constructor Detail
-
RepositoriesDialog
public RepositoriesDialog(org.eclipse.swt.widgets.Shell shell, String preferredRepositoryName, ILoginCallback callback)
-
-
Method Detail
-
getDialogArea
public org.eclipse.swt.widgets.Composite getDialogArea()
-
show
public void show()
-
getCallback
public ILoginCallback getCallback()
-
getShell
public org.eclipse.swt.widgets.Shell getShell()
-
-