Class KontoList
- java.lang.Object
-
- de.willuhn.jameica.gui.parts.AbstractTablePart
-
- de.willuhn.jameica.gui.parts.TablePart
-
- de.willuhn.jameica.hbci.gui.parts.KontoList
-
- de.willuhn.jameica.hbci.passports.pintan.KontoList
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Part
public class KontoList extends KontoList
Vorkonfigurierte Tabelle zur Anzeige der zugeordneten und zuordenbaren Konten zu einer PIN/TAN-Config. BUGZILLA 314
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.willuhn.jameica.hbci.gui.parts.KontoList
KontoList.SaldoMessageConsumer
-
-
Constructor Summary
Constructors Constructor Description KontoList(PinTanConfig config)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(org.eclipse.swt.widgets.Composite parent)
-
Methods inherited from class de.willuhn.jameica.hbci.gui.parts.KontoList
createFeatureEventContext, setShowFilter
-
Methods inherited from class de.willuhn.jameica.gui.parts.TablePart
addChangeListener, addItem, addItem, addItem, addItem, getCollator, getControlValue, getEditorControl, getItems, getItems, getSelection, getSummary, isEnabled, orderBy, orderBy, refreshSummary, removeAll, removeItem, restoreState, select, setChecked, setEnabled, setFormatter, setSummary, setTopIndex, size, sort, updateItem
-
Methods inherited from class de.willuhn.jameica.gui.parts.AbstractTablePart
addColumn, addColumn, addColumn, addColumn, addColumn, addFeature, addFeature, addSelectionListener, asList, featureEvent, getFeature, hasEvent, removeFeature, select, setCheckable, setChecked, setContextMenu, setMulti, setRememberColWidths, setRememberOrder, setRememberState
-
-
-
-
Constructor Detail
-
KontoList
public KontoList(PinTanConfig config) throws java.rmi.RemoteException
ct.- Parameters:
config
- die Konfiguration, fuer den die Konten angezeigt werden sollen.- Throws:
java.rmi.RemoteException
-
-