org.pentaho.di.ui.spoon.dialog
Class SearchFieldsProgressDialog
java.lang.Object
org.pentaho.di.ui.spoon.dialog.SearchFieldsProgressDialog
public class SearchFieldsProgressDialog
- extends Object
- Since:
- 10-mrt-2005
- Author:
- Matt
SearchFieldsProgressDialog
public SearchFieldsProgressDialog(TransMeta transMeta,
StepMeta stepMeta,
boolean before)
run
public void run(IProgressMonitor monitor)
throws InvocationTargetException,
InterruptedException
- Throws:
InvocationTargetException
InterruptedException
isBefore
public boolean isBefore()
- Returns:
- Returns the before.
setBefore
public void setBefore(boolean before)
- Parameters:
before
- The before to set.
getFields
public RowMetaInterface getFields()
- Returns:
- Returns the fields.
setFields
public void setFields(RowMetaInterface fields)
- Parameters:
fields
- The fields to set.
getStepInfo
public StepMeta getStepInfo()
- Returns:
- Returns the stepInfo.
setStepInfo
public void setStepInfo(StepMeta stepInfo)
- Parameters:
stepInfo
- The stepInfo to set.
getTransMeta
public TransMeta getTransMeta()
- Returns:
- Returns the transMeta.
setTransMeta
public void setTransMeta(TransMeta transMeta)
- Parameters:
transMeta
- The transMeta to set.