Package org.apache.hop.ui.hopgui.dialog
Class EnterPreviewRowsDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.hopgui.dialog.EnterPreviewRowsDialog
-
public class EnterPreviewRowsDialog extends org.eclipse.swt.widgets.DialogShows a dialog that allows you to select the transforms you want to preview by entering a number of rows.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()Copy information from the meta-data input to the dialog fields.Objectopen()
-
-
-
Method Detail
-
open
public Object open()
-
dispose
public void dispose()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-