Text.setMessage(String)
instead, since it is
supported on all platforms since Eclipse 3.5public class TextFieldDecorator extends Object implements FocusListener
Constructor and Description |
---|
TextFieldDecorator(Text control,
String message)
Deprecated.
Creates a new TextFieldDecorator and assigns it with the given text field.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Deprecated.
|
void |
focusGained(FocusEvent e)
Deprecated.
|
void |
focusLost(FocusEvent e)
Deprecated.
|
String |
getText()
Deprecated.
Returns the “real” text content for the field, i.e.
|
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
public String getText()
public void dispose()