org.pentaho.di.ui.trans.steps.propertyinput
Class PropertyInputDialog
java.lang.Object
Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.steps.propertyinput.PropertyInputDialog
- All Implemented Interfaces:
- StepDialogInterface
public class PropertyInputDialog
- extends BaseStepDialog
- implements StepDialogInterface
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 |
dateLengths
public static final int[] dateLengths
PropertyInputDialog
public PropertyInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
open
public String open()
- Description copied from interface:
StepDialogInterface
- Opens a step dialog window.
- Specified by:
open
in interface StepDialogInterface
- Returns:
- the (potentially new) name of the step
setIncludeFilename
public void setIncludeFilename()
setIncludeSection
public void setIncludeSection()
setIncludeRownum
public void setIncludeRownum()
getData
public void getData(PropertyInputMeta in)
- Read the data from the TextFileInputMeta object and show it in this dialog.
- Parameters:
in
- The TextFileInputMeta object to obtain the data from.