Uses of Interface
org.pentaho.di.ui.core.widget.InsertTextInterface
Packages that use InsertTextInterface
Package
Description
-
Uses of InsertTextInterface in org.pentaho.di.ui.core.widget
Fields in org.pentaho.di.ui.core.widget declared as InsertTextInterfaceMethods in org.pentaho.di.ui.core.widget that return InsertTextInterfaceModifier and TypeMethodDescriptionComboVar.getInsertTextInterface()TextVar.getInsertTextInterface()Methods in org.pentaho.di.ui.core.widget with parameters of type InsertTextInterfaceModifier and TypeMethodDescriptionstatic final org.eclipse.swt.events.SelectionAdapterVariableButtonListenerFactory.getSelectionAdapter(org.eclipse.swt.widgets.Composite composite, org.eclipse.swt.widgets.Text destination, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.pentaho.di.core.variables.VariableSpace space) protected voidFileChooserVar.initialize(int flags, String buttonLabel, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) protected voidPasswordVisibleTextVar.initialize(int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) protected voidTextVar.initialize(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.eclipse.swt.events.SelectionListener selectionListener) protected voidTextVarButton.initialize(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.eclipse.swt.events.SelectionListener selectionListener) voidComboVar.setInsertTextInterface(InsertTextInterface insertTextInterface) voidTextVar.setInsertTextInterface(InsertTextInterface insertTextInterface) Constructors in org.pentaho.di.ui.core.widget with parameters of type InsertTextInterfaceModifierConstructorDescriptionComboVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) ComboVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) ControlSpaceKeyAdapter(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Control control, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) FileChooserVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String buttonLabel, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) FileChooserVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String buttonLabel, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) PasswordTextVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) PasswordTextVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) PasswordVisibleTextVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) PasswordVisibleTextVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) TextVar(org.eclipse.swt.widgets.Composite composite, org.pentaho.di.core.variables.VariableSpace space, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.eclipse.swt.events.SelectionListener selectionListener) TextVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) TextVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.eclipse.swt.events.SelectionListener selectionListener) TextVar(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) TextVarButton(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) TextVarButton(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) TextVarButton(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.eclipse.swt.events.SelectionListener selectionListener) -
Uses of InsertTextInterface in org.pentaho.di.ui.trans.steps.fileinput.text
Methods in org.pentaho.di.ui.trans.steps.fileinput.text with parameters of type InsertTextInterfaceModifier and TypeMethodDescriptionstatic final org.eclipse.swt.events.SelectionAdapterVariableButtonListenerFactory.getSelectionAdapter(org.eclipse.swt.widgets.Composite composite, org.eclipse.swt.widgets.Text destination, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.pentaho.di.core.variables.VariableSpace space) -
Uses of InsertTextInterface in org.pentaho.di.ui.trans.steps.textfileinput
Methods in org.pentaho.di.ui.trans.steps.textfileinput with parameters of type InsertTextInterfaceModifier and TypeMethodDescriptionstatic final org.eclipse.swt.events.SelectionAdapterVariableButtonListenerFactory.getSelectionAdapter(org.eclipse.swt.widgets.Composite composite, org.eclipse.swt.widgets.Text destination, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface, org.pentaho.di.core.variables.VariableSpace space) Deprecated.