Uses of Class
org.pentaho.di.ui.core.widget.TextVar
Packages that use TextVar
Package
Description
-
Uses of TextVar in org.pentaho.di.core.vfs.connections.ui.dialog
Methods in org.pentaho.di.core.vfs.connections.ui.dialog that return TextVarModifier and TypeMethodDescriptionVFSDetailsCompositeHelper.createTextVar
(org.pentaho.di.core.variables.VariableSpace variableSpace, org.eclipse.swt.widgets.Composite composite, int flags, org.eclipse.swt.widgets.Control topWidget, int width) Creates a TextVar control to the left side of the parent composite and below the topWidget specified. -
Uses of TextVar in org.pentaho.di.ui.core
Constructors in org.pentaho.di.ui.core with parameters of type TextVarModifierConstructorDescriptionSimpleFileSelection
(org.eclipse.swt.widgets.Shell shell, TextVar textVar) Constructor.SimpleFileSelection
(org.eclipse.swt.widgets.Shell shell, TextVar textVar, String... filterNames) Constructor.SimpleFileSelection
(org.eclipse.swt.widgets.Shell shell, TextVar textVar, String[] filterExtensions, String[] filterNames) Constructor. -
Uses of TextVar in org.pentaho.di.ui.core.database.dialog.tags
Fields in org.pentaho.di.ui.core.database.dialog.tags declared as TextVar -
Uses of TextVar in org.pentaho.di.ui.core.events.dialog
Constructors in org.pentaho.di.ui.core.events.dialog with parameters of type TextVarModifierConstructorDescriptionConditionSelectionAdapterFileDialogTextVar
(org.pentaho.di.core.logging.LogChannelInterface log, TextVar textUiWidget, org.pentaho.di.base.AbstractMeta meta, SelectionAdapterOptions options, DetermineSelectionOperationOp operator) SelectionAdapterFileDialogTextVar
(org.pentaho.di.core.logging.LogChannelInterface log, TextVar textUiWidget, org.pentaho.di.base.AbstractMeta meta, SelectionAdapterOptions options) -
Uses of TextVar in org.pentaho.di.ui.core.widget
Subclasses of TextVar in org.pentaho.di.ui.core.widgetFields in org.pentaho.di.ui.core.widget declared as TextVarModifier and TypeFieldDescriptionfinal TextVar
VFSFileSelection.wFileName
VfsFileChooserControls.wPath
Methods in org.pentaho.di.ui.core.widget that return TextVarModifier and TypeMethodDescriptionPluginWidgetFactory.createSingleTextVarLeft()
CheckBoxVar.getTextVar()
FileChooserVar.getTextVarWidget()
PasswordVisibleTextVar.getTextVarWidget()
TopicSelection.getTopicTextComponent()
Methods in org.pentaho.di.ui.core.widget that return types with arguments of type TextVar -
Uses of TextVar in org.pentaho.di.ui.core.widget.warning
Methods in org.pentaho.di.ui.core.widget.warning that return TextVar -
Uses of TextVar in org.pentaho.di.ui.job.entries.trans
Fields in org.pentaho.di.ui.job.entries.trans declared as TextVar -
Uses of TextVar in org.pentaho.di.ui.trans.step
Fields in org.pentaho.di.ui.trans.step declared as TextVarModifier and TypeFieldDescriptionprotected TextVar
BaseStreamingDialog.wBatchDuration
protected TextVar
BaseStreamingDialog.wBatchSize
protected TextVar
BaseStreamingDialog.wParallelism
protected TextVar
BaseStreamingDialog.wPrefetchCount
-
Uses of TextVar in org.pentaho.di.ui.util
Methods in org.pentaho.di.ui.util with parameters of type TextVarModifier and TypeMethodDescriptionDialogHelper.constructSelectionAdapterFileDialogTextVarForKettleFile
(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType filterType, org.pentaho.di.repository.Repository repository) DialogHelper.constructSelectionAdapterFileDialogTextVarForUserFile
(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType[] filterTypes, FilterType defaultFilterType)