Package org.pentaho.di.ui.spoon.dialog
Class SearchFieldsProgressDialog
java.lang.Object
org.pentaho.di.ui.spoon.dialog.SearchFieldsProgressDialog
- All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress
public class SearchFieldsProgressDialog
extends Object
implements org.eclipse.jface.operation.IRunnableWithProgress
- Since:
- 10-mrt-2005
- Author:
- Matt
-
Constructor Summary
ConstructorDescriptionSearchFieldsProgressDialog
(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.step.StepMeta stepMeta, boolean before) -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.trans.step.StepMeta
org.pentaho.di.trans.TransMeta
boolean
isBefore()
void
run
(org.eclipse.core.runtime.IProgressMonitor monitor) void
setBefore
(boolean before) void
setFields
(org.pentaho.di.core.row.RowMetaInterface fields) void
setStepInfo
(org.pentaho.di.trans.step.StepMeta stepInfo) void
setTransMeta
(org.pentaho.di.trans.TransMeta transMeta)
-
Constructor Details
-
SearchFieldsProgressDialog
public SearchFieldsProgressDialog(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.step.StepMeta stepMeta, boolean before)
-
-
Method Details
-
run
public void run(org.eclipse.core.runtime.IProgressMonitor monitor) throws InvocationTargetException, InterruptedException - Specified by:
run
in interfaceorg.eclipse.jface.operation.IRunnableWithProgress
- 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 org.pentaho.di.core.row.RowMetaInterface getFields()- Returns:
- Returns the fields.
-
setFields
public void setFields(org.pentaho.di.core.row.RowMetaInterface fields) - Parameters:
fields
- The fields to set.
-
getStepInfo
public org.pentaho.di.trans.step.StepMeta getStepInfo()- Returns:
- Returns the stepInfo.
-
setStepInfo
public void setStepInfo(org.pentaho.di.trans.step.StepMeta stepInfo) - Parameters:
stepInfo
- The stepInfo to set.
-
getTransMeta
public org.pentaho.di.trans.TransMeta getTransMeta()- Returns:
- Returns the transMeta.
-
setTransMeta
public void setTransMeta(org.pentaho.di.trans.TransMeta transMeta) - Parameters:
transMeta
- The transMeta to set.
-