public class EnterValueDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
EnterValueDialog(org.eclipse.swt.widgets.Shell parent,
int style,
org.pentaho.di.core.row.ValueMetaInterface value,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData() |
boolean |
isModalDialog() |
org.pentaho.di.core.row.ValueMetaAndData |
open() |
void |
setModalDialog(boolean modalDialog) |
void |
test()
Test the entered value
|
public EnterValueDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.core.row.ValueMetaInterface value, Object data)
public org.pentaho.di.core.row.ValueMetaAndData open()
public void dispose()
public void getData()
public void test()
public boolean isModalDialog()
public void setModalDialog(boolean modalDialog)
modalDialog
- the modalDialog to set