Class AboutDialog

java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog<Object>
de.frankmuenster.mahoe.gui.dialog.AboutDialog

public class AboutDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog<Object>
"AboutDialog..." Dialog. Basiert auf dem About dialog aus Jameica von Olaf Willuhn
Version:
1.1
Author:
willuhn/Frank Münster
  • Field Summary

    Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

    i18n, MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
  • Constructor Summary

    Constructors
    Constructor
    Description
    AboutDialog(int position)
    Liefetr einen modalen Dialog, der mittel .open() angezeigt werden kann
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
     
    protected void
    paint(org.eclipse.swt.widgets.Composite parent)
     

    Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

    addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AboutDialog

      public AboutDialog(int position)
      Liefetr einen modalen Dialog, der mittel .open() angezeigt werden kann
      Parameters:
      position - die Position, an der der Dialog angezeigt werden soll. Mögliche Werte sind POSITION_MOUSE und POSITION_CENTER.
  • Method Details

    • getData

      protected Object getData()
      Specified by:
      getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog<Object>
      See Also:
      • AbstractDialog.getData()
    • paint

      protected void paint(org.eclipse.swt.widgets.Composite parent) throws RemoteException
      Specified by:
      paint in class de.willuhn.jameica.gui.dialogs.AbstractDialog<Object>
      Throws:
      RemoteException
      See Also:
      • AbstractDialog.paint(org.eclipse.swt.widgets.Composite)