Class BackendInput
- java.lang.Object
-
- de.willuhn.jameica.gui.input.AbstractInput
-
- de.willuhn.jameica.gui.input.SelectInput
-
- de.willuhn.jameica.hbci.gui.input.BackendInput
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input
,de.willuhn.jameica.gui.Part
public class BackendInput extends de.willuhn.jameica.gui.input.SelectInput
Eine Auswahl-Box fuer das Bank-Backend.
-
-
Constructor Summary
Constructors Constructor Description BackendInput()
ct.BackendInput(Konto konto)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
format(java.lang.Object bean)
-
Methods inherited from class de.willuhn.jameica.gui.input.SelectInput
disable, enable, focus, getControl, getList, getText, getValue, isEnabled, setAttribute, setEditable, setEnabled, setList, setPleaseChoose, setPreselected, setValue, update
-
-
-
-
Constructor Detail
-
BackendInput
public BackendInput() throws java.rmi.RemoteException
ct.- Throws:
java.rmi.RemoteException
-
BackendInput
public BackendInput(Konto konto) throws java.rmi.RemoteException
ct.- Parameters:
konto
- das Konto.- Throws:
java.rmi.RemoteException
-
-