org.pentaho.di.ui.trans.steps.tableoutput
Class TableOutputDialog
java.lang.Object
Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.steps.tableoutput.TableOutputDialog
- All Implemented Interfaces:
- StepDialogInterface
public class TableOutputDialog
- extends BaseStepDialog
- implements StepDialogInterface
Dialog class for table output step.
- Author:
- Matt Casters
Method Summary |
void |
getData()
Copy information from the meta-data input to the dialog fields. |
String |
open()
Open the dialog. |
void |
setFlags()
|
Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog |
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize |
TableOutputDialog
public TableOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
- Constructor.
open
public String open()
- Open the dialog.
- Specified by:
open
in interface StepDialogInterface
- Returns:
- the (potentially new) name of the step
setFlags
public void setFlags()
getData
public void getData()
- Copy information from the meta-data input to the dialog fields.