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
-
Constructor Summary
ConstructorDescriptionEnterNumberDialog
(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
Modifier and TypeMethodDescriptionvoid
dispose()
void
getData()
protected void
ok()
int
open()
void
setHideCancel
(boolean hideCancel) Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Field Details
-
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 Details
-
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
-
EnterNumberDialog
-
EnterNumberDialog
-
-
Method Details
-
open
public int open() -
dispose
public void dispose() -
getData
public void getData() -
ok
protected void ok() -
setHideCancel
public void setHideCancel(boolean hideCancel)
-