Uses of Class
org.apache.hop.ui.core.widget.TextVar
-
Packages that use TextVar Package Description org.apache.hop.ui.core org.apache.hop.ui.core.dialog org.apache.hop.ui.core.widget org.apache.hop.ui.pipeline.transform org.apache.hop.ui.workflow.actions -
-
Uses of TextVar in org.apache.hop.ui.core
Constructors in org.apache.hop.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.apache.hop.ui.core.dialog
Methods in org.apache.hop.ui.core.dialog with parameters of type TextVar Modifier and Type Method Description static StringBaseDialog. presentDirectoryDialog(org.eclipse.swt.widgets.Shell shell, TextVar textVar, String message, IVariables variables)static StringBaseDialog. presentDirectoryDialog(org.eclipse.swt.widgets.Shell shell, TextVar textVar, IVariables variables)static StringBaseDialog. presentFileDialog(boolean save, org.eclipse.swt.widgets.Shell shell, TextVar textVar, org.apache.commons.vfs2.FileObject fileObject, String[] filterExtensions, String[] filterNames, boolean folderAndFile)static StringBaseDialog. presentFileDialog(boolean save, org.eclipse.swt.widgets.Shell shell, TextVar textVar, IVariables variables, String[] filterExtensions, String[] filterNames, boolean folderAndFile)static StringBaseDialog. presentFileDialog(boolean save, org.eclipse.swt.widgets.Shell shell, TextVar textVar, IVariables variables, org.apache.commons.vfs2.FileObject fileObject, String[] filterExtensions, String[] filterNames, boolean folderAndFile)static StringBaseDialog. presentFileDialog(org.eclipse.swt.widgets.Shell shell, TextVar textVar, org.apache.commons.vfs2.FileObject fileObject, String[] filterExtensions, String[] filterNames, boolean folderAndFile)static StringBaseDialog. presentFileDialog(org.eclipse.swt.widgets.Shell shell, TextVar textVar, IVariables variables, String[] filterExtensions, String[] filterNames, boolean folderAndFile)static StringBaseDialog. presentFileDialog(org.eclipse.swt.widgets.Shell shell, TextVar textVar, IVariables variables, org.apache.commons.vfs2.FileObject fileObject, String[] filterExtensions, String[] filterNames, boolean folderAndFile) -
Uses of TextVar in org.apache.hop.ui.core.widget
Subclasses of TextVar in org.apache.hop.ui.core.widget Modifier and Type Class Description classPasswordTextVarclassTextVarButtonMethods in org.apache.hop.ui.core.widget that return TextVar Modifier and Type Method Description TextVarPluginWidgetFactory. createSingleTextVarLeft()TextVarCheckBoxVar. getTextVar()Methods in org.apache.hop.ui.core.widget with parameters of type TextVar Modifier and Type Method Description static org.eclipse.swt.events.SelectionAdapterVariableButtonListenerFactory. getSelectionAdapter(org.eclipse.swt.widgets.Composite composite, TextVar destination, IVariables variables)static org.eclipse.swt.events.SelectionAdapterVariableButtonListenerFactory. getSelectionAdapter(org.eclipse.swt.widgets.Composite composite, TextVar destination, IGetCaretPosition getCaretPositionInterface, IInsertText insertTextInterface, IVariables variables) -
Uses of TextVar in org.apache.hop.ui.pipeline.transform
Methods in org.apache.hop.ui.pipeline.transform with parameters of type TextVar Modifier and Type Method Description static org.eclipse.swt.events.ModifyListenerBaseTransformDialog. getModifyListenerTooltipText(IVariables variables, TextVar textField)Gets the modify listener tooltip text. -
Uses of TextVar in org.apache.hop.ui.workflow.actions
Fields in org.apache.hop.ui.workflow.actions declared as TextVar Modifier and Type Field Description protected TextVarActionBaseDialog. wLogextprotected TextVarActionBaseDialog. wLogfileprotected TextVarActionBaseDialog. wPath
-