| Package | Description |
|---|---|
| org.pentaho.di.ui.core.widget | |
| org.pentaho.di.ui.trans.steps.textfileinput |
| Modifier and Type | Method and Description |
|---|---|
GetCaretPositionInterface |
ComboVar.getGetCaretPositionInterface() |
GetCaretPositionInterface |
TextVar.getGetCaretPositionInterface() |
| 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.setGetCaretPositionInterface(GetCaretPositionInterface getCaretPositionInterface) |
void |
TextVar.setGetCaretPositionInterface(GetCaretPositionInterface getCaretPositionInterface) |
| 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) |