| Package | Description |
|---|---|
| org.pentaho.di.ui.core.widget | |
| org.pentaho.di.ui.trans.steps.textfileinput |
| Modifier and Type | Method and Description |
|---|---|
InsertTextInterface |
ComboVar.getInsertTextInterface() |
InsertTextInterface |
TextVar.getInsertTextInterface() |
| Modifier and Type | Method and 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) |
void |
ComboVar.setInsertTextInterface(InsertTextInterface insertTextInterface) |
void |
TextVar.setInsertTextInterface(InsertTextInterface insertTextInterface) |
| Constructor and Description |
|---|
ComboVar(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface) |
ComboVar(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface) |
ControlSpaceKeyAdapter(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Control control,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface) |
TextVar(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
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) |
| Modifier and Type | Method and 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) |