Class PassportPropertyList
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.parts.PassportPropertyList
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Part
public class PassportPropertyList extends java.lang.Object implements de.willuhn.jameica.gui.Part
Zeigt eine Liste der BPD/UPD an.
-
-
Constructor Summary
Constructors Constructor Description PassportPropertyList(org.kapott.hbci.passport.HBCIPassport passport)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearBPD()
Loescht alle BPD aus der Tabelle.void
paint(org.eclipse.swt.widgets.Composite parent)
-
-
-
Method Detail
-
paint
public void paint(org.eclipse.swt.widgets.Composite parent) throws java.rmi.RemoteException
- Specified by:
paint
in interfacede.willuhn.jameica.gui.Part
- Throws:
java.rmi.RemoteException
- See Also:
Part.paint(org.eclipse.swt.widgets.Composite)
-
clearBPD
public void clearBPD()
Loescht alle BPD aus der Tabelle.
-
-