org.pentaho.di.ui.core.dialog
Class EnterValueDialog
java.lang.Object
Dialog
org.pentaho.di.ui.core.dialog.EnterValueDialog
public class EnterValueDialog
- extends Dialog
Dialog to enter a Kettle Value
- Since:
- 01-11-2004
- Author:
- Matt
EnterValueDialog
public EnterValueDialog(Shell parent,
int style,
ValueMetaInterface value,
Object data)
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