|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.input.AbstractInput
de.willuhn.jameica.gui.input.TextInput
de.willuhn.jameica.gui.input.PasswordInput
public class PasswordInput
Ist zustaendig fuer Passwort-Eingabefelder.
| Field Summary |
|---|
| Fields inherited from class de.willuhn.jameica.gui.input.TextInput |
|---|
text |
| Constructor Summary | |
|---|---|
PasswordInput(java.lang.String value)
Erzeugt ein neues Eingabe-Feld und schreibt den uebergebenen Wert rein. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class de.willuhn.jameica.gui.input.TextInput |
|---|
disable, enable, focus, getValue, isEnabled, setEnabled, setMaxLength, setValue |
| Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput |
|---|
addListener, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setInvalidChars, setMandatory, setName, setValidChars |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordInput(java.lang.String value)
value - | Method Detail |
|---|
public org.eclipse.swt.widgets.Control getControl()
Input
getControl in interface InputgetControl in class TextInputInput.getControl()public void setShowPassword(boolean showPassword)
showPassword -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||