public class Controller
extends de.willuhn.jameica.gui.AbstractControl
Constructor | Description |
---|---|
Controller(de.willuhn.jameica.gui.AbstractView view) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
void |
changePassword() |
Aendert das Passwort der Schluesseldatei.
|
de.willuhn.jameica.gui.input.Input |
getAlias() |
Liefert einen zusaetzlichen Alias-Namen, an dem der User mehrere Schluessel
unterscheiden kan.
|
de.willuhn.jameica.gui.input.Input |
getBenutzerkennung() |
Liefert ein Anzeigefeld fuer die Benutzerkennung.
|
de.willuhn.jameica.gui.input.Input |
getBLZ() |
Liefert ein Anzeigefeld fuer die BLZ.
|
org.kapott.hbci.passport.HBCIPassport |
getHBCIPassport() |
Liefert den HBCI-Passport.
|
de.willuhn.jameica.gui.input.Input |
getHBCIPort() |
Liefert ein Eingabe-Feld fuer den TCP-Port.
|
de.willuhn.jameica.gui.input.Input |
getHBCIUrl() |
Liefert ein Eingabe-Feld fuer die URL.
|
de.willuhn.jameica.gui.input.Input |
getHBCIVersion() |
Liefert eine Auswahl-Box fuer die HBCI-Version.
|
RDHKey |
getKey() |
Liefert den Schluessel.
|
de.willuhn.jameica.gui.parts.TablePart |
getKeyList() |
Liefert eine Liste mit den importierten Schluesseln.
|
de.willuhn.jameica.gui.parts.TablePart |
getKontoAuswahl() |
BUGZILLA 173
BUGZILLA 314
Liefert eine Tabelle mit festzuordenbaren Konten.
|
de.willuhn.jameica.gui.input.Input |
getKundenkennung() |
Liefert ein Anzeigefeld fuer die Kundenkennung.
|
de.willuhn.jameica.gui.input.Input |
getPath() |
Liefert ein Eingabe-Feld zur Eingabe des Pfads zum Schluessel.
|
void |
handleDisplayProperties() |
Zeigt die BPD/UPD des Passports an.
|
boolean |
handleStore() |
Speichert die Einstellungen fuer den aktuellen Schluessel.
|
void |
handleTest() |
Testet die Konfiguration.
|
void |
startCreate() |
Erstellt einen neuen Schluessel.
|
void |
startImport() |
Startet einen Schluessel-Import.
|
void |
startIniLetter() |
Startet die Erzeugung eines INI-Briefs.
|
void |
syncSigId() |
Synchronisiert die Signatur-ID.
|
public Controller(de.willuhn.jameica.gui.AbstractView view)
view
- public RDHKey getKey()
public org.kapott.hbci.passport.HBCIPassport getHBCIPassport() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
java.rmi.RemoteException
de.willuhn.util.ApplicationException
de.willuhn.jameica.system.OperationCanceledException
public de.willuhn.jameica.gui.input.Input getBenutzerkennung() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
java.rmi.RemoteException
de.willuhn.util.ApplicationException
public de.willuhn.jameica.gui.input.Input getKundenkennung() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
java.rmi.RemoteException
de.willuhn.util.ApplicationException
public de.willuhn.jameica.gui.input.Input getBLZ() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
java.rmi.RemoteException
de.willuhn.util.ApplicationException
public de.willuhn.jameica.gui.input.Input getAlias() 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 getPath() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getHBCIVersion() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
java.rmi.RemoteException
de.willuhn.util.ApplicationException
public de.willuhn.jameica.gui.input.Input getHBCIUrl() throws de.willuhn.util.ApplicationException, java.rmi.RemoteException
de.willuhn.util.ApplicationException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getHBCIPort() throws de.willuhn.util.ApplicationException, java.rmi.RemoteException
de.willuhn.util.ApplicationException
java.rmi.RemoteException
public de.willuhn.jameica.gui.parts.TablePart getKeyList() throws java.rmi.RemoteException
java.rmi.RemoteException
public void startIniLetter()
public void changePassword()
public void syncSigId()
public void startImport()
public void handleTest()
public boolean handleStore()
public void handleDisplayProperties()
public void startCreate()