Class AboutDialog
java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog<Object>
de.frankmuenster.mahoe.gui.dialog.AboutDialog
"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
ConstructorsConstructorDescriptionAboutDialog
(int position) Liefetr einen modalen Dialog, der mittel .open() angezeigt werden kann -
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
-
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
- Specified by:
getData
in classde.willuhn.jameica.gui.dialogs.AbstractDialog<Object>
- See Also:
-
AbstractDialog.getData()
-
paint
- Specified by:
paint
in classde.willuhn.jameica.gui.dialogs.AbstractDialog<Object>
- Throws:
RemoteException
- See Also:
-
AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
-