Package org.pentaho.di.ui.core.dialog
Class StepFieldsDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.StepFieldsDialog
public class StepFieldsDialog
extends org.eclipse.swt.widgets.Dialog
Displays the meta-data on the Values in a row as well as the Step origin of the Value.
- Since:
- 19-06-2003
- Author:
- Matt
-
Constructor Summary
ConstructorsConstructorDescriptionStepFieldsDialog
(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, String stepname, org.pentaho.di.core.row.RowMetaInterface input) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
getData()
Copy information from the meta-data input to the dialog fields.boolean
open()
void
setOriginText
(String originText) void
setShellText
(String shellText) void
setShowEditButton
(boolean showEditButton) Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
StepFieldsDialog
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)
-
-
Method Details
-
open
-
dispose
public void dispose() -
getData
public void getData()Copy information from the meta-data input to the dialog fields. -
getShellText
-
setShellText
-
getOriginText
-
setOriginText
-
isShowEditButton
public boolean isShowEditButton() -
setShowEditButton
public void setShowEditButton(boolean showEditButton)
-