| Constructor and Description |
|---|
PasswordInput(java.lang.String value)
Erzeugt ein neues Eingabe-Feld und schreibt den uebergebenen Wert rein.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.widgets.Control |
getControl()
Liefert das eigentliche Eingabecontrol.
|
void |
setShowPassword(boolean showPassword)
Legt fest, ob das Passwort bei der Eingabe angezeigt werden soll.
|
disable, enable, focus, getHint, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValueaddListener, getData, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidChars, updatepublic PasswordInput(java.lang.String value)
value - public org.eclipse.swt.widgets.Control getControl()
InputgetControl in interface InputgetControl in class TextInputInput.getControl()public void setShowPassword(boolean showPassword)
showPassword -