Package org.pentaho.di.ui.trans.step
Class BaseStreamingDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.step.BaseStreamingDialog
- All Implemented Interfaces:
org.pentaho.di.trans.step.StepDialogInterface
public abstract class BaseStreamingDialog
extends BaseStepDialog
implements org.pentaho.di.trans.step.StepDialogInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
BaseStepDialog.AddConnectionListener, BaseStepDialog.EditConnectionListener, BaseStepDialog.FieldsChoiceDialogProvider
-
Field Summary
Modifier and TypeFieldDescriptionprotected TableView
static final int
protected org.eclipse.swt.events.ModifyListener
protected org.pentaho.di.trans.streaming.common.BaseStreamStepMeta
protected org.pentaho.di.repository.ObjectId
protected org.pentaho.di.core.ObjectLocationSpecificationMethod
protected org.eclipse.swt.widgets.Composite
protected TextVar
protected TextVar
protected org.eclipse.swt.custom.CTabItem
protected org.eclipse.swt.widgets.Button
protected VFSFileSelection
protected org.eclipse.swt.widgets.Label
protected org.eclipse.swt.widgets.Label
protected org.eclipse.swt.widgets.Label
protected org.eclipse.swt.widgets.Label
protected TextVar
protected TextVar
protected org.eclipse.swt.widgets.Composite
protected org.eclipse.swt.custom.CTabItem
protected org.eclipse.swt.widgets.Composite
protected org.eclipse.swt.custom.CTabItem
protected ComboVar
protected org.eclipse.swt.custom.CTabFolder
Fields inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
backupChanged, baseStepMeta, BUTTON_ALIGNMENT_CENTER, BUTTON_ALIGNMENT_LEFT, BUTTON_ALIGNMENT_RIGHT, buttonAlignment, changed, databaseDialog, fdCancel, fdCreate, fdGet, fdlStepname, fdOK, fdPreview, fdSQL, fdStepname, log, loggingObject, lsCancel, lsCreate, lsDef, lsGet, lsOK, lsPreview, lsResize, lsSQL, metaStore, props, repository, shell, stepMeta, stepname, transMeta, variables, wCancel, wCreate, wGet, wlStepname, wOK, wPreview, wSQL, wStepname
-
Constructor Summary
ConstructorDescriptionBaseStreamingDialog
(org.eclipse.swt.widgets.Shell parent, Object in, org.pentaho.di.trans.TransMeta tr, String sname) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
additionalOks
(org.pentaho.di.trans.streaming.common.BaseStreamStepMeta meta) protected abstract void
buildSetup
(org.eclipse.swt.widgets.Composite wSetupComp) protected void
protected void
protected org.pentaho.di.trans.TransMeta
protected void
getData()
protected abstract String
protected String[]
protected TableView
protected int[]
protected String
getRelativePath
(String filePath) protected String
open()
protected void
populateSubSteps
(org.eclipse.swt.widgets.Event event) Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, centerButtons, createHelpButton, dispose, generateFieldMapping, getButtonAlignment, getDatabaseDialog, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getMetaStore, getModifyListenerTooltipText, getPathOf, getRepository, isBasic, isDebug, isDetailed, isRowLevel, leftAlignButtons, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, positionBottomButtons, positionBottomLeftButtons, positionBottomRightButtons, reinitConnectionDropDown, rightAlignButtons, selectDatabase, setButtonPositions, setMetaStore, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setSize, setTraverseOrder, showDbDialogUnlessCancelledOrValid, showDbExistsDialog, storeScreenSize, toString
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.pentaho.di.trans.step.StepDialogInterface
setMetaStore, setRepository
-
Field Details
-
INPUT_WIDTH
public static final int INPUT_WIDTH- See Also:
-
meta
protected org.pentaho.di.trans.streaming.common.BaseStreamStepMeta meta -
wlTransPath
protected org.eclipse.swt.widgets.Label wlTransPath -
wFileSection
-
wbCreateSubtrans
protected org.eclipse.swt.widgets.Button wbCreateSubtrans -
wlSubStep
protected org.eclipse.swt.widgets.Label wlSubStep -
wSubStep
-
referenceObjectId
protected org.pentaho.di.repository.ObjectId referenceObjectId -
specificationMethod
protected org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod -
lsMod
protected org.eclipse.swt.events.ModifyListener lsMod -
wlBatchSize
protected org.eclipse.swt.widgets.Label wlBatchSize -
wBatchSize
-
wPrefetchCount
-
wlBatchDuration
protected org.eclipse.swt.widgets.Label wlBatchDuration -
wBatchDuration
-
wParallelism
-
wTabFolder
protected org.eclipse.swt.custom.CTabFolder wTabFolder -
wSetupTab
protected org.eclipse.swt.custom.CTabItem wSetupTab -
wBatchTab
protected org.eclipse.swt.custom.CTabItem wBatchTab -
wResultsTab
protected org.eclipse.swt.custom.CTabItem wResultsTab -
wSetupComp
protected org.eclipse.swt.widgets.Composite wSetupComp -
wBatchComp
protected org.eclipse.swt.widgets.Composite wBatchComp -
wResultsComp
protected org.eclipse.swt.widgets.Composite wResultsComp -
fieldsTable
-
-
Constructor Details
-
BaseStreamingDialog
-
-
Method Details
-
open
- Specified by:
open
in interfaceorg.pentaho.di.trans.step.StepDialogInterface
-
getDialogTitle
-
buildSetup
protected abstract void buildSetup(org.eclipse.swt.widgets.Composite wSetupComp) -
createAdditionalTabs
protected void createAdditionalTabs() -
createNewSubtrans
protected void createNewSubtrans() -
createSubTransMeta
protected org.pentaho.di.trans.TransMeta createSubTransMeta() -
getFieldsTable
-
getFieldNames
-
getFieldTypes
protected int[] getFieldTypes() -
getData
protected void getData() -
populateSubSteps
protected void populateSubSteps(org.eclipse.swt.widgets.Event event) -
additionalOks
protected void additionalOks(org.pentaho.di.trans.streaming.common.BaseStreamStepMeta meta) -
getRepositoryRelativePath
-
getRelativePath
-