Uses of Interface
org.pentaho.di.ui.core.widget.InsertTextInterface
Package
Description
-
Uses of InsertTextInterface in org.pentaho.di.ui.core.widget
Modifier and TypeMethodDescriptionComboVar.getInsertTextInterface()
TextVar.getInsertTextInterface()
Modifier and TypeMethodDescriptionstatic final org.eclipse.swt.events.SelectionAdapter
VariableButtonListenerFactory.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 void
FileChooserVar.initialize
(int flags, String buttonLabel, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) protected void
PasswordVisibleTextVar.initialize
(int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface) protected void
TextVar.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 void
TextVarButton.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) void
ComboVar.setInsertTextInterface
(InsertTextInterface insertTextInterface) void
TextVar.setInsertTextInterface
(InsertTextInterface insertTextInterface) ModifierConstructorDescriptionComboVar
(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
Modifier and TypeMethodDescriptionstatic final org.eclipse.swt.events.SelectionAdapter
VariableButtonListenerFactory.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
Modifier and TypeMethodDescriptionstatic final org.eclipse.swt.events.SelectionAdapter
VariableButtonListenerFactory.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.