Package org.apache.hop.ui.core.dialog
Class EnterValueDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.dialog.EnterValueDialog
-
public class EnterValueDialog extends org.eclipse.swt.widgets.DialogDialog to enter a Hop Value
-
-
Constructor Summary
Constructors Constructor Description EnterValueDialog(org.eclipse.swt.widgets.Shell parent, int style, IValueMeta value, Object data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()booleanisModalDialog()ValueMetaAndDataopen()protected voidsetFormats()voidsetModalDialog(boolean modalDialog)voidtest()Test the entered value
-
-
-
Constructor Detail
-
EnterValueDialog
public EnterValueDialog(org.eclipse.swt.widgets.Shell parent, int style, IValueMeta value, Object data)
-
-
Method Detail
-
open
public 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
-
-