org.pentaho.di.ui.core.widget
Class LabelTextVar
java.lang.Object
Composite
org.pentaho.di.ui.core.widget.LabelTextVar
public class LabelTextVar
- extends Composite
Adds a line of text with a label and a variable to a composite (like a dialog shell)
- Since:
- 17-may-2006
- Author:
- Matt
LabelTextVar
public LabelTextVar(VariableSpace space,
Composite composite,
String labelText,
String toolTipText)
LabelTextVar
public LabelTextVar(VariableSpace space,
Composite composite,
int flags,
String labelText,
String toolTipText)
addModifyListener
public void addModifyListener(ModifyListener lsMod)
addSelectionListener
public void addSelectionListener(SelectionAdapter lsDef)
setText
public void setText(String name)
getText
public String getText()
setEchoChar
public void setEchoChar(char c)
setEnabled
public void setEnabled(boolean flag)
setFocus
public boolean setFocus()
addTraverseListener
public void addTraverseListener(TraverseListener tl)
getTextWidget
public Text getTextWidget()
getLabelWidget
public Label getLabelWidget()