org.pentaho.di.ui.core.widget
Class ControlSpaceKeyAdapter

java.lang.Object
  extended by KeyAdapter
      extended by org.pentaho.di.ui.core.widget.ControlSpaceKeyAdapter

public class ControlSpaceKeyAdapter
extends KeyAdapter


Constructor Summary
ControlSpaceKeyAdapter(VariableSpace space, Control control)
           
ControlSpaceKeyAdapter(VariableSpace space, Control control, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface)
           
 
Method Summary
static String[] getVariableNames(VariableSpace space)
           
 void keyPressed(KeyEvent e)
           
 void setVariables(VariableSpace vars)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlSpaceKeyAdapter

public ControlSpaceKeyAdapter(VariableSpace space,
                              Control control)
Parameters:
space -
control - a Text or CCombo box object

ControlSpaceKeyAdapter

public ControlSpaceKeyAdapter(VariableSpace space,
                              Control control,
                              GetCaretPositionInterface getCaretPositionInterface,
                              InsertTextInterface insertTextInterface)
Parameters:
space -
control - a Text or CCombo box object
getCaretPositionInterface -
insertTextInterface -
Method Detail

keyPressed

public void keyPressed(KeyEvent e)

getVariableNames

public static final String[] getVariableNames(VariableSpace space)

setVariables

public void setVariables(VariableSpace vars)