public class TextVar
extends org.eclipse.swt.widgets.Composite
| Constructor and Description |
|---|
TextVar(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags) |
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) |
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 |
|---|---|
void |
addFocusListener(org.eclipse.swt.events.FocusListener lsFocus) |
void |
addKeyListener(org.eclipse.swt.events.KeyListener lsKey) |
void |
addModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
Add a modify listener to the text widget
|
void |
addSelectionListener(org.eclipse.swt.events.SelectionAdapter lsDef) |
void |
addTraverseListener(org.eclipse.swt.events.TraverseListener tl) |
GetCaretPositionInterface |
getGetCaretPositionInterface() |
InsertTextInterface |
getInsertTextInterface() |
String |
getText() |
org.eclipse.swt.widgets.Text |
getTextWidget() |
void |
selectAll() |
void |
setEchoChar(char c) |
void |
setEditable(boolean editable) |
void |
setEnabled(boolean flag) |
boolean |
setFocus() |
void |
setGetCaretPositionInterface(GetCaretPositionInterface getCaretPositionInterface) |
void |
setInsertTextInterface(InsertTextInterface insertTextInterface) |
void |
setSelection(int i) |
void |
setText(String text) |
void |
setToolTipText(String toolTipText) |
void |
setVariables(org.pentaho.di.core.variables.VariableSpace vars) |
void |
showSelection() |
changed, computeSize, drawBackground, getBackgroundMode, getChildren, getClientArea, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setLayout, setLayoutDeferred, setTabListcomputeTrim, getBorderWidth, getHorizontalBar, getScrollbarsMode, getVerticalBaraddControlListener, addDragDetectListener, addGestureListener, addHelpListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getTextDirection, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, updatepublic TextVar(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags)
public TextVar(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText)
public TextVar(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface)
public TextVar(org.pentaho.di.core.variables.VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface)
public GetCaretPositionInterface getGetCaretPositionInterface()
public void setGetCaretPositionInterface(GetCaretPositionInterface getCaretPositionInterface)
getCaretPositionInterface - the getCaretPositionInterface to setpublic InsertTextInterface getInsertTextInterface()
public void setInsertTextInterface(InsertTextInterface insertTextInterface)
insertTextInterface - the insertTextInterface to setpublic String getText()
public void setText(String text)
text - the text in the Text widget to set.public org.eclipse.swt.widgets.Text getTextWidget()
public void addModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
modifyListener - public void addSelectionListener(org.eclipse.swt.events.SelectionAdapter lsDef)
public void addKeyListener(org.eclipse.swt.events.KeyListener lsKey)
addKeyListener in class org.eclipse.swt.widgets.Controlpublic void addFocusListener(org.eclipse.swt.events.FocusListener lsFocus)
addFocusListener in class org.eclipse.swt.widgets.Controlpublic void setEchoChar(char c)
public void setEnabled(boolean flag)
setEnabled in class org.eclipse.swt.widgets.Controlpublic boolean setFocus()
setFocus in class org.eclipse.swt.widgets.Compositepublic void addTraverseListener(org.eclipse.swt.events.TraverseListener tl)
addTraverseListener in class org.eclipse.swt.widgets.Controlpublic void setToolTipText(String toolTipText)
setToolTipText in class org.eclipse.swt.widgets.Controlpublic void setEditable(boolean editable)
public void setSelection(int i)
public void selectAll()
public void showSelection()
public void setVariables(org.pentaho.di.core.variables.VariableSpace vars)