Class GetPreviewTableProgressDialog
- java.lang.Object
-
- org.apache.hop.ui.core.database.dialog.GetPreviewTableProgressDialog
-
public class GetPreviewTableProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while we're getting rows for a certain SQL query on a database.
-
-
Constructor Summary
Constructors Constructor Description GetPreviewTableProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, DatabaseMeta dbInfo, String schemaName, String tableName, int limit)Creates a new dialog that will handle the wait while we're doing the hard work.
-
-
-
Constructor Detail
-
GetPreviewTableProgressDialog
public GetPreviewTableProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, DatabaseMeta dbInfo, String schemaName, String tableName, int limit)Creates a new dialog that will handle the wait while we're doing the hard work.
-
-