org.pentaho.di.ui.repository.dialog
Class RepositoryExportProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.repository.dialog.RepositoryExportProgressDialog

public class RepositoryExportProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while we are exporting the complete repository to XML...

Since:
02-jun-2005
Author:
Matt

Constructor Summary
RepositoryExportProgressDialog(Shell shell, Repository rep, RepositoryDirectoryInterface dir, String filename)
           
RepositoryExportProgressDialog(Shell shell, Repository rep, RepositoryDirectoryInterface dir, String filename, ImportRules importRules)
           
 
Method Summary
 boolean open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryExportProgressDialog

public RepositoryExportProgressDialog(Shell shell,
                                      Repository rep,
                                      RepositoryDirectoryInterface dir,
                                      String filename)

RepositoryExportProgressDialog

public RepositoryExportProgressDialog(Shell shell,
                                      Repository rep,
                                      RepositoryDirectoryInterface dir,
                                      String filename,
                                      ImportRules importRules)
Method Detail

open

public boolean open()