Uses of Interface
org.pentaho.di.ui.core.widget.GetCaretPositionInterface
Package
Description
-
Uses of GetCaretPositionInterface in org.pentaho.di.ui.core.widget
Modifier and TypeFieldDescriptionprotected GetCaretPositionInterface
TextVar.getCaretPositionInterface
Modifier and TypeMethodDescriptionComboVar.getGetCaretPositionInterface()
TextVar.getGetCaretPositionInterface()
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.setGetCaretPositionInterface
(GetCaretPositionInterface getCaretPositionInterface) void
TextVar.setGetCaretPositionInterface
(GetCaretPositionInterface getCaretPositionInterface) 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 GetCaretPositionInterface 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 GetCaretPositionInterface 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.