Class SingleSelectThemesDialog


  • public class SingleSelectThemesDialog
    extends org.eclipse.swt.widgets.Dialog
    The Themes dialog to choose a single desktop and a single mobile theme.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      SingleSelectThemesDialog​(org.eclipse.swt.widgets.Shell parent, java.lang.String title, java.lang.String head, GThemes theme, GThemes mask)
      Create the dialog.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      GThemesopen()
      Open the dialog.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

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

      • SingleSelectThemesDialog

        public SingleSelectThemesDialog​(org.eclipse.swt.widgets.Shell parent,
                                        java.lang.String title,
                                        java.lang.String head,
                                        GThemes theme,
                                        GThemes mask)
        Create the dialog.
    • Method Detail

      • open

        public GThemes open()
        Open the dialog.
        Returns:
        the result.