DATAKEY_TOOLTIP
Constructor | Description |
---|---|
PasswordInput(java.lang.String value) |
Erzeugt ein neues Eingabe-Feld und schreibt den uebergebenen Wert rein.
|
Modifier and Type | Method | 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.
|
addListener, getData, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidChars, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disable, enable, focus, getHint, getTextWidget, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValue
public PasswordInput(java.lang.String value)
value
- public org.eclipse.swt.widgets.Control getControl()
Input
getControl
in interface Input
getControl
in class TextInput
Input.getControl()
public void setShowPassword(boolean showPassword)
showPassword
-