Class AboutDialog
- java.lang.Object
-
- de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>
-
- de.frankmuenster.jameica.qrscanner.gui.dialog.AboutDialog
-
public class AboutDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>"AboutDialog..." Dialog. Basiert auf dem About dialog aus Jameica von Olaf Willuhn- Author:
- Frank Münster
-
-
Constructor Summary
Constructors Constructor Description AboutDialog(int position)Liefert einen modalen Dialog, der mittels .open() angezeigt werden kann
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectgetData()protected voidpaint(org.eclipse.swt.widgets.Composite parent)
-
-
-
Method Detail
-
getData
protected java.lang.Object getData() throws java.lang.Exception- Specified by:
getDatain classde.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>- Throws:
java.lang.Exception- See Also:
AbstractDialog.getData()
-
paint
protected void paint(org.eclipse.swt.widgets.Composite parent) throws java.lang.Exception- Specified by:
paintin classde.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>- Throws:
java.lang.Exception- See Also:
AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
-
-