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
     
    protected org.eclipse.swt.widgets.Shell
     
    protected org.eclipse.swt.widgets.Button
     
    protected org.eclipse.swt.widgets.Button
     
    protected org.eclipse.swt.widgets.Text
     
    protected org.eclipse.swt.widgets.Button
     
  • 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

    Modifier and Type
    Method
    Description
    void
     
    void
     
    protected void
    ok()
     
    int
     
    void
    setHideCancel(boolean hideCancel)
     

    Methods inherited from class org.eclipse.swt.widgets.Dialog

    checkSubclass, getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      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)
    • EnterNumberDialog

      public EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, int samples, String shellText, String lineText, String checkboxLabel)
  • Method Details

    • open

      public int open()
    • dispose

      public void dispose()
    • getData

      public void getData()
    • ok

      protected void ok()
    • setHideCancel

      public void setHideCancel(boolean hideCancel)