public class Controller
extends de.willuhn.jameica.gui.AbstractControl
Constructor | Description |
---|---|
Controller(de.willuhn.jameica.gui.AbstractView view) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
de.willuhn.jameica.gui.input.Input |
getBezeichnung() |
Liefert ein Eingabe-Feld fuer die Bezeichnung.
|
de.willuhn.jameica.gui.input.Input |
getBLZ() |
Liefert ein Eingabe-Feld fuer die BLZ.
|
de.willuhn.jameica.gui.input.SelectInput |
getCardReaders() |
Liefert eine Auswahl verfuegbarer Kartenleser-Bezeichnungen.
|
de.willuhn.jameica.gui.input.CheckboxInput |
getChipTANUSB() |
Liefert eine Checkbox, mit der eingestellt werden kann, ob chipTAN USB verwendet werden soll.
|
PinTanConfig |
getConfig() |
Liefert die aktuelle Config.
|
de.willuhn.jameica.gui.parts.TablePart |
getConfigList() |
Liefert eine Liste mit den existierenden Konfigurationen.
|
de.willuhn.jameica.gui.input.Input |
getCustomerId() |
Liefert ein Eingabe-Feld fuer die Benutzerkennung.
|
de.willuhn.jameica.gui.input.Input |
getFilterType() |
Liefert ein Eingabe-Feld fuer den Transport-Filter.
|
de.willuhn.jameica.gui.input.Input |
getHBCIVersion() |
Liefert eine Auswahl-Box fuer die HBCI-Version.
|
de.willuhn.jameica.gui.parts.TablePart |
getKontoAuswahl() |
BUGZILLA 173
BUGZILLA 314
Liefert eine Tabelle mit festzuordenbaren Konten.
|
de.willuhn.jameica.gui.input.Input |
getPort() |
Liefert ein Eingabe-Feld fuer den TCP-Port.
|
de.willuhn.jameica.gui.input.CheckboxInput |
getShowTan() |
Liefert eine Checkbox zur Aktivierung oder Deaktivierung der TAN-Anzeige waehrend der Eingabe.
|
de.willuhn.jameica.gui.input.Input |
getURL() |
Liefert ein Eingabe-Feld fuer die URL.
|
de.willuhn.jameica.gui.input.Input |
getUserId() |
Liefert ein Eingabe-Feld fuer die Userkennung.
|
void |
handleCreate() |
Erstellt eine neue Config.
|
void |
handleDelete(PinTanConfig config) |
Loescht die Config.
|
void |
handleDeleteTanSettings() |
BUGZILLA 218
Loescht die Vorauswahlen bei den TAN-Verfahren.
|
void |
handleDisplayProperties() |
Zeigt die BPD/UPD des Passports an.
|
boolean |
handleStore() |
Speichert die Konfiguration.
|
void |
handleTest() |
Testet die Konfiguration.
|
public Controller(de.willuhn.jameica.gui.AbstractView view)
view
- public PinTanConfig getConfig()
public de.willuhn.jameica.gui.parts.TablePart getConfigList() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getBLZ() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.parts.TablePart getKontoAuswahl() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getURL() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.CheckboxInput getShowTan() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.SelectInput getCardReaders() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.CheckboxInput getChipTANUSB() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getBezeichnung() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getPort() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getCustomerId() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getUserId() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getFilterType() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getHBCIVersion() throws java.rmi.RemoteException
java.rmi.RemoteException
public void handleDeleteTanSettings()
public void handleDisplayProperties()
public void handleDelete(PinTanConfig config)
config
- die zu loeschende Config.public void handleTest()
public void handleCreate()
public boolean handleStore()