Uses of Interface
org.pentaho.di.ui.core.widget.InsertTextInterface
-
Packages that use InsertTextInterface Package Description org.pentaho.di.ui.core.widget org.pentaho.di.ui.trans.steps.fileinput.text org.pentaho.di.ui.trans.steps.textfileinput -
-
Uses of InsertTextInterface in org.pentaho.di.ui.core.widget
Fields in org.pentaho.di.ui.core.widget declared as InsertTextInterface Modifier and Type Field Description protected InsertTextInterface
TextVar. insertTextInterface
Methods in org.pentaho.di.ui.core.widget that return InsertTextInterface Modifier and Type Method Description InsertTextInterface
ComboVar. getInsertTextInterface()
InsertTextInterface
TextVar. getInsertTextInterface()
Methods in org.pentaho.di.ui.core.widget with parameters of type InsertTextInterface Modifier and Type Method Description static 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)
Constructors in org.pentaho.di.ui.core.widget with parameters of type InsertTextInterface Constructor Description ComboVar(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 InsertTextInterface Modifier and Type Method Description static 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
Methods in org.pentaho.di.ui.trans.steps.textfileinput with parameters of type InsertTextInterface Modifier and Type Method Description static 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.
-