org.pentaho.di.ui.core.dialog
Class StepFieldsDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.StepFieldsDialog

public class StepFieldsDialog
extends 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
StepFieldsDialog(Shell parent, VariableSpace space, int style, String stepname, RowMetaInterface input)
           
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 Object open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepFieldsDialog

public StepFieldsDialog(Shell parent,
                        VariableSpace space,
                        int style,
                        String stepname,
                        RowMetaInterface input)
Method Detail

open

public Object open()

dispose

public void dispose()

getData

public void getData()
Copy information from the meta-data input to the dialog fields.