Uses of Class
org.pentaho.di.ui.core.widget.TextVar
-
-
Uses of TextVar in org.pentaho.di.core.vfs.connections.ui.dialog
Methods in org.pentaho.di.core.vfs.connections.ui.dialog that return TextVar Modifier and Type Method Description TextVarVFSDetailsCompositeHelper. 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 TextVar Constructor Description SimpleFileSelection(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 Modifier and Type Field Description TextVarExtTextbox. extText -
Uses of TextVar in org.pentaho.di.ui.core.events.dialog
Constructors in org.pentaho.di.ui.core.events.dialog with parameters of type TextVar Constructor Description ConditionSelectionAdapterFileDialogTextVar(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.widget Modifier and Type Class Description classPasswordTextVarclassTextVarButtonFields in org.pentaho.di.ui.core.widget declared as TextVar Modifier and Type Field Description TextVarVFSFileSelection. wFileNameTextVarVfsFileChooserControls. wPathMethods in org.pentaho.di.ui.core.widget that return TextVar Modifier and Type Method Description TextVarPluginWidgetFactory. createSingleTextVarLeft()TextVarCheckBoxVar. getTextVar()TextVarFileChooserVar. getTextVarWidget()TextVarPasswordVisibleTextVar. getTextVarWidget()TextVarTopicSelection. getTopicTextComponent()Methods in org.pentaho.di.ui.core.widget that return types with arguments of type TextVar Modifier and Type Method Description WidgetBuilder<TextVar>WidgetBuilder.Templates. textvar(org.eclipse.swt.widgets.Composite composite, String text, org.eclipse.swt.widgets.Control above) -
Uses of TextVar in org.pentaho.di.ui.core.widget.warning
Methods in org.pentaho.di.ui.core.widget.warning that return TextVar Modifier and Type Method Description TextVarTextVarWarning. getTextWidget() -
Uses of TextVar in org.pentaho.di.ui.job.entries.trans
Fields in org.pentaho.di.ui.job.entries.trans declared as TextVar Modifier and Type Field Description protected TextVarJobEntryBaseDialog. wLogextprotected TextVarJobEntryBaseDialog. wLogfileprotected TextVarJobEntryBaseDialog. wPath -
Uses of TextVar in org.pentaho.di.ui.trans.step
Fields in org.pentaho.di.ui.trans.step declared as TextVar Modifier and Type Field Description protected TextVarBaseStreamingDialog. wBatchDurationprotected TextVarBaseStreamingDialog. wBatchSizeprotected TextVarBaseStreamingDialog. wParallelismprotected TextVarBaseStreamingDialog. wPrefetchCount -
Uses of TextVar in org.pentaho.di.ui.util
Methods in org.pentaho.di.ui.util with parameters of type TextVar Modifier and Type Method Description static SelectionAdapterFileDialogTextVarDialogHelper. 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)static SelectionAdapterFileDialogTextVarDialogHelper. constructSelectionAdapterFileDialogTextVarForUserFile(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType[] filterTypes, FilterType defaultFilterType)
-