Class EmpfaengerList
- java.lang.Object
-
- de.willuhn.jameica.gui.parts.AbstractTablePart
-
- de.willuhn.jameica.gui.parts.TablePart
-
- de.willuhn.jameica.hbci.gui.parts.EmpfaengerList
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Part
public class EmpfaengerList extends de.willuhn.jameica.gui.parts.TablePart implements de.willuhn.jameica.gui.Part
Implementierung einer fix und fertig vorkonfigurierten Liste mit Adressen.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
EmpfaengerList.EmpfaengerImportMessageConsumer
Hilfsklasse damit wir ueber importierte Empfaenger informiert werden.
-
Constructor Summary
Constructors Constructor Description EmpfaengerList(de.willuhn.jameica.gui.Action action)
ct.EmpfaengerList(de.willuhn.jameica.gui.Action action, AddressFilter filter)
ct.EmpfaengerList(de.willuhn.jameica.gui.Action action, AddressFilter filter, boolean createButton)
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.gui.parts.TablePart
addChangeListener, addItem, addItem, addItem, addItem, createFeatureEventContext, 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, isMulti, removeFeature, select, setCheckable, setChecked, setContextMenu, setMulti, setRememberColWidths, setRememberOrder, setRememberState
-
-
-
-
Constructor Detail
-
EmpfaengerList
public EmpfaengerList(de.willuhn.jameica.gui.Action action) throws java.rmi.RemoteException
ct.- Parameters:
action
-- Throws:
java.rmi.RemoteException
-
EmpfaengerList
public EmpfaengerList(de.willuhn.jameica.gui.Action action, AddressFilter filter) throws java.rmi.RemoteException
ct.- Parameters:
action
-filter
- optionaler Filter.- Throws:
java.rmi.RemoteException
-
EmpfaengerList
public EmpfaengerList(de.willuhn.jameica.gui.Action action, AddressFilter filter, boolean createButton) throws java.rmi.RemoteException
ct.- Parameters:
action
-filter
- optionaler Filter.createButton
- true, wenn ein Button zum Anlegen einer neuen Adresse mit angezeigt werden soll.- Throws:
java.rmi.RemoteException
-
-
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
- Overrides:
paint
in classde.willuhn.jameica.gui.parts.TablePart
- Throws:
java.rmi.RemoteException
- See Also:
Part.paint(org.eclipse.swt.widgets.Composite)
-
-