Package org.pentaho.di.ui.core.dialog
Class CheckResultDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.core.dialog.CheckResultDialog
-
public class CheckResultDialog extends org.eclipse.swt.widgets.Dialog
Dialog to display the results of a verify operation.- Since:
- 19-06-2003
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description CheckResultDialog(org.pentaho.di.trans.TransMeta transMeta, org.eclipse.swt.widgets.Shell parent, int style, List<org.pentaho.di.core.CheckResultInterface> rem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
Copy information from the meta-data input to the dialog fields.String
open()
-
-
-
Constructor Detail
-
CheckResultDialog
public CheckResultDialog(org.pentaho.di.trans.TransMeta transMeta, org.eclipse.swt.widgets.Shell parent, int style, List<org.pentaho.di.core.CheckResultInterface> rem)
-
-
Method Detail
-
open
public String open()
-
dispose
public void dispose()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-