Package org.apache.hop.ui.core.dialog
Class EnterNumberDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.dialog.EnterNumberDialog
-
- Direct Known Subclasses:
GetFieldsSampleDataDialog
public class EnterNumberDialog extends org.eclipse.swt.widgets.DialogThis dialog allows you to enter a number.
-
-
Field Summary
Fields Modifier and Type Field Description protected intsamplesprotected org.eclipse.swt.widgets.Shellshellprotected org.eclipse.swt.widgets.ButtonwCancelprotected org.eclipse.swt.widgets.ButtonwCheckboxprotected org.eclipse.swt.widgets.TextwNumberprotected org.eclipse.swt.widgets.ButtonwOk
-
Constructor Summary
Constructors Constructor Description EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, int samples, String shellText, String lineText)EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, int samples, String shellText, String lineText, String checkboxLabel)EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, int samples, String shellText, String lineText, String checkboxLabel, int width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()protected voidok()intopen()voidsetHideCancel(boolean hideCancel)
-
-
-
Field Detail
-
wNumber
protected org.eclipse.swt.widgets.Text wNumber
-
wOk
protected org.eclipse.swt.widgets.Button wOk
-
wCancel
protected org.eclipse.swt.widgets.Button wCancel
-
wCheckbox
protected org.eclipse.swt.widgets.Button wCheckbox
-
shell
protected org.eclipse.swt.widgets.Shell shell
-
samples
protected int samples
-
-
Constructor Detail
-
EnterNumberDialog
public EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, int samples, String shellText, String lineText)
-
EnterNumberDialog
public EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, int samples, String shellText, String lineText, String checkboxLabel, int width)
-
-