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,
TransMeta transMeta)
Constructs with the ability to use environmental variable substitution.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData() |
boolean |
isMandatory() |
boolean |
isManditory()
Deprecated.
|
String |
open() |
protected void |
setFlags() |
void |
setMandatory(boolean mandatory) |
void |
setManditory(boolean manditory)
Deprecated.
|
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, 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()
protected void setFlags()
public void dispose()
public void getData()
@Deprecated public boolean isManditory()
public boolean isMandatory()
@Deprecated public void setManditory(boolean manditory)
manditory
- the manditory to setpublic void setMandatory(boolean mandatory)
mandatory
- the manditory to setCopyright © 2019 Hitachi Vantara. All rights reserved.