Package org.pentaho.di.ui.core.dialog
Class EnterNumberDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.core.dialog.EnterNumberDialog
-
- Direct Known Subclasses:
GetFieldsSampleDataDialog
public class EnterNumberDialog extends org.eclipse.swt.widgets.Dialog
This dialog allows you to enter a number.- Since:
- 19-06-2003
- Author:
- Matt
-
-
Field Summary
Fields Modifier and Type Field Description protected int
samples
protected org.eclipse.swt.widgets.Shell
shell
protected org.eclipse.swt.widgets.Button
wCancel
protected org.eclipse.swt.widgets.Button
wCheckbox
protected org.eclipse.swt.widgets.Text
wNumber
protected org.eclipse.swt.widgets.Button
wOK
-
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)
EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, PropsUI props, int samples, String shellText, String lineText)
Deprecated.Use the CT without the Props parameter (at 2nd position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
protected void
ok()
int
open()
void
setHideCancel(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
@Deprecated public EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, PropsUI props, int samples, String shellText, String lineText)
Deprecated.Use the CT without the Props parameter (at 2nd position)
-
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)
-
-