de.willuhn.jameica.hbci.passports.rdh
Class KeyFormatDialog

java.lang.Object
  extended by de.willuhn.jameica.gui.dialogs.AbstractDialog
      extended by de.willuhn.jameica.hbci.passports.rdh.KeyFormatDialog

public class KeyFormatDialog
extends de.willuhn.jameica.gui.dialogs.AbstractDialog

Dialog zur Auswahl des Schluesselformats.


Field Summary
 
Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
 
Constructor Summary
KeyFormatDialog(int position, int feature)
          ct.
 
Method Summary
protected  java.lang.Object getData()
           
protected  void paint(org.eclipse.swt.widgets.Composite parent)
           
 
Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
addCloseListener, addShellListener, close, getDisplay, getShell, open, setMonitor, setSideImage, setSize, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyFormatDialog

public KeyFormatDialog(int position,
                       int feature)
ct.

Parameters:
position -
feature - das vom Format geforderte Feature.
See Also:
KeyFormat.FEATURE_CREATE, KeyFormat.FEATURE_IMPORT
Method Detail

paint

protected void paint(org.eclipse.swt.widgets.Composite parent)
              throws java.lang.Exception
Specified by:
paint in class de.willuhn.jameica.gui.dialogs.AbstractDialog
Throws:
java.lang.Exception
See Also:
AbstractDialog.paint(org.eclipse.swt.widgets.Composite)

getData

protected java.lang.Object getData()
                            throws java.lang.Exception
Specified by:
getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog
Throws:
java.lang.Exception
See Also:
AbstractDialog.getData()