public class StepFieldsDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
StepFieldsDialog(org.eclipse.swt.widgets.Shell parent,
org.pentaho.di.core.variables.VariableSpace space,
int style,
String stepname,
org.pentaho.di.core.row.RowMetaInterface input) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData()
Copy information from the meta-data input to the dialog fields.
|
String |
getOriginText() |
String |
getShellText() |
boolean |
isShowEditButton() |
Object |
open() |
void |
setOriginText(String originText) |
void |
setShellText(String shellText) |
void |
setShowEditButton(boolean showEditButton) |
public StepFieldsDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, String stepname, org.pentaho.di.core.row.RowMetaInterface input)
public Object open()
public void dispose()
public void getData()
public String getShellText()
public void setShellText(String shellText)
public String getOriginText()
public void setOriginText(String originText)
public boolean isShowEditButton()
public void setShowEditButton(boolean showEditButton)