public class ControlSpaceKeyAdapter
extends org.eclipse.swt.events.KeyAdapter
Constructor and Description |
---|
ControlSpaceKeyAdapter(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Control control) |
ControlSpaceKeyAdapter(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Control control,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface) |
Modifier and Type | Method and Description |
---|---|
static String[] |
getVariableNames(org.pentaho.di.core.variables.VariableSpace space) |
void |
keyPressed(org.eclipse.swt.events.KeyEvent e) |
void |
setVariables(org.pentaho.di.core.variables.VariableSpace vars) |
public ControlSpaceKeyAdapter(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Control control)
space
- control
- a Text or CCombo box objectpublic ControlSpaceKeyAdapter(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Control control, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface)
space
- control
- a Text or CCombo box objectgetCaretPositionInterface
- insertTextInterface
- public void keyPressed(org.eclipse.swt.events.KeyEvent e)
keyPressed
in interface org.eclipse.swt.events.KeyListener
keyPressed
in class org.eclipse.swt.events.KeyAdapter
public static final String[] getVariableNames(org.pentaho.di.core.variables.VariableSpace space)
public void setVariables(org.pentaho.di.core.variables.VariableSpace vars)