org.pentaho.di.ui.core.dialog
Class EnterNumberDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.EnterNumberDialog

public class EnterNumberDialog
extends Dialog

This dialog allows you to enter a number.

Since:
19-06-2003
Author:
Matt

Constructor Summary
EnterNumberDialog(Shell parent, int samples, String shellText, String lineText)
           
EnterNumberDialog(Shell parent, PropsUI props, int samples, String shellText, String lineText)
          Deprecated. Use the CT without the Props parameter (at 2nd position)
 
Method Summary
 void dispose()
           
 void getData()
           
 int open()
           
 void setHideCancel(boolean hideCancel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterNumberDialog

public EnterNumberDialog(Shell parent,
                         PropsUI props,
                         int samples,
                         String shellText,
                         String lineText)
Deprecated. Use the CT without the Props parameter (at 2nd position)


EnterNumberDialog

public EnterNumberDialog(Shell parent,
                         int samples,
                         String shellText,
                         String lineText)
Method Detail

open

public int open()

dispose

public void dispose()

getData

public void getData()

setHideCancel

public void setHideCancel(boolean hideCancel)