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

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

public class EnterValueDialog
extends Dialog

Dialog to enter a Kettle Value

Since:
01-11-2004
Author:
Matt

Constructor Summary
EnterValueDialog(Shell parent, int style, ValueMetaInterface value, Object data)
           
 
Method Summary
 void dispose()
           
 void getData()
           
 boolean isModalDialog()
           
 ValueMetaAndData open()
           
 void setModalDialog(boolean modalDialog)
           
 void test()
          Test the entered value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterValueDialog

public EnterValueDialog(Shell parent,
                        int style,
                        ValueMetaInterface value,
                        Object data)
Method Detail

open

public ValueMetaAndData open()

dispose

public void dispose()

getData

public void getData()

test

public void test()
Test the entered value


isModalDialog

public boolean isModalDialog()
Returns:
the modalDialog

setModalDialog

public void setModalDialog(boolean modalDialog)
Parameters:
modalDialog - the modalDialog to set