Class PtSecMechInput
java.lang.Object
de.willuhn.jameica.gui.input.AbstractInput
de.willuhn.jameica.gui.input.ButtonInput
de.willuhn.jameica.hbci.passports.pintan.PtSecMechInput
- All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input
,de.willuhn.jameica.gui.Part
public class PtSecMechInput
extends de.willuhn.jameica.gui.input.ButtonInput
Vorkonfiguriertes Eingabefeld zum Anzeigen/Zurücksetzen des TAN-Verfahrens.
-
Field Summary
Fields inherited from class de.willuhn.jameica.gui.input.ButtonInput
buttonEnabled, clientControl, clientControlEnabled, value
Fields inherited from interface de.willuhn.jameica.gui.input.Input
DATAKEY_TOOLTIP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.Control
getClientControl
(org.eclipse.swt.widgets.Composite parent) getValue()
void
Methods inherited from class de.willuhn.jameica.gui.input.ButtonInput
addButtonListener, disable, disableButton, disableClientControl, enable, enableButton, enableClientControl, focus, getControl, isEnabled, setButtonImage, setButtonText, setEnabled, update
Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput
addListener, addListener, getData, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidChars
-
Constructor Details
-
PtSecMechInput
ct.- Parameters:
conf
- die PIN/TAN-Config.
-
-
Method Details
-
getValue
- See Also:
-
Input.getValue()
-
setValue
- See Also:
-
Input.setValue(java.lang.Object)
-
getClientControl
public org.eclipse.swt.widgets.Control getClientControl(org.eclipse.swt.widgets.Composite parent) - Specified by:
getClientControl
in classde.willuhn.jameica.gui.input.ButtonInput
- See Also:
-
ButtonInput.getClientControl(org.eclipse.swt.widgets.Composite)
-