Class CaptchaDialog
java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog
de.willuhn.jameica.hbci.gui.dialogs.CaptchaDialog
public class CaptchaDialog
extends de.willuhn.jameica.gui.dialogs.AbstractDialog
Dialog zum manuellen Loesen eines Captcha.
-
Field Summary
Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
-
Constructor Summary
ConstructorsConstructorDescriptionCaptchaDialog
(InputStream is, int position) ct.CaptchaDialog
(String url, int position) ct. -
Method Summary
Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle
-
Constructor Details
-
CaptchaDialog
ct.- Parameters:
url
- URL des Bildes.position
-- Throws:
de.willuhn.util.ApplicationException
-
CaptchaDialog
ct.- Parameters:
is
- Stream mit dem Bild.position
-- Throws:
de.willuhn.util.ApplicationException
-
-
Method Details
-
paint
- Specified by:
paint
in classde.willuhn.jameica.gui.dialogs.AbstractDialog
- Throws:
Exception
- See Also:
-
AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
-
getData
- Specified by:
getData
in classde.willuhn.jameica.gui.dialogs.AbstractDialog
- Throws:
Exception
- See Also:
-
AbstractDialog.getData()
-