public class EnterStringDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
EnterStringDialog(org.eclipse.swt.widgets.Shell parent,
String string,
String shellText,
String lineText)
This constructs without allowing for variable substitution.
|
EnterStringDialog(org.eclipse.swt.widgets.Shell parent,
String string,
String shellText,
String lineText,
boolean allowVariables,
org.pentaho.di.trans.TransMeta transMeta)
Constructs with the ability to use environmental variable substitution.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData() |
boolean |
isManditory() |
String |
open() |
void |
setManditory(boolean manditory) |
public EnterStringDialog(org.eclipse.swt.widgets.Shell parent, String string, String shellText, String lineText)
parent
- Parent gui objectstring
- The string to display in the dialogshellText
- lineText
- public EnterStringDialog(org.eclipse.swt.widgets.Shell parent, String string, String shellText, String lineText, boolean allowVariables, org.pentaho.di.trans.TransMeta transMeta)
parent
- Parent gui objectstring
- The string to display in the dialogshellText
- lineText
- allowVariables
- Indicates to allow environmental substitutionTransMeta
- This object has the has the environmental variablespublic String open()
public void dispose()
public void getData()
public boolean isManditory()
public void setManditory(boolean manditory)
manditory
- the manditory to set