Package org.pentaho.di.ui.core.dialog
Class EnterValueDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.EnterValueDialog
public class EnterValueDialog
extends org.eclipse.swt.widgets.Dialog
Dialog to enter a Kettle Value
- Since:
- 01-11-2004
- Author:
- Matt
-
Constructor Summary
ConstructorDescriptionEnterValueDialog
(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.core.row.ValueMetaInterface value, Object data) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
getData()
boolean
org.pentaho.di.core.row.ValueMetaAndData
open()
protected void
void
setModalDialog
(boolean modalDialog) void
test()
Test the entered valueMethods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
EnterValueDialog
public EnterValueDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.core.row.ValueMetaInterface value, Object data)
-
-
Method Details
-
open
public org.pentaho.di.core.row.ValueMetaAndData open() -
setFormats
protected void setFormats() -
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
-