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

java.lang.Object
  extended by Composite
      extended by 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

Constructor Summary
LabelTextVar(VariableSpace space, Composite composite, int flags, String labelText, String toolTipText)
           
LabelTextVar(VariableSpace space, Composite composite, String labelText, String toolTipText)
           
 
Method Summary
 void addModifyListener(ModifyListener lsMod)
           
 void addSelectionListener(SelectionAdapter lsDef)
           
 void addTraverseListener(TraverseListener tl)
           
 Label getLabelWidget()
           
 String getText()
           
 Text getTextWidget()
           
 void setEchoChar(char c)
           
 void setEnabled(boolean flag)
           
 boolean setFocus()
           
 void setText(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelTextVar

public LabelTextVar(VariableSpace space,
                    Composite composite,
                    String labelText,
                    String toolTipText)

LabelTextVar

public LabelTextVar(VariableSpace space,
                    Composite composite,
                    int flags,
                    String labelText,
                    String toolTipText)
Method Detail

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()