Class ThinDialog


  • public class ThinDialog
    extends org.eclipse.swt.widgets.Dialog
    Created by bmorrise on 2/18/16.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.swt.browser.Browser browser  
      protected org.eclipse.swt.widgets.Shell dialog  
      protected org.eclipse.swt.widgets.Display display  
      protected int height  
      protected org.eclipse.swt.widgets.Shell parent  
      protected int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      ThinDialog​(org.eclipse.swt.widgets.Shell shell, int width, int height)  
      ThinDialog​(org.eclipse.swt.widgets.Shell shell, int width, int height, boolean doAuthenticate)  
    • Field Detail

      • parent

        protected org.eclipse.swt.widgets.Shell parent
      • width

        protected int width
      • height

        protected int height
      • browser

        protected org.eclipse.swt.browser.Browser browser
      • dialog

        protected org.eclipse.swt.widgets.Shell dialog
      • display

        protected org.eclipse.swt.widgets.Display display
    • Constructor Detail

      • ThinDialog

        public ThinDialog​(org.eclipse.swt.widgets.Shell shell,
                          int width,
                          int height,
                          boolean doAuthenticate)
        Parameters:
        doAuthenticate - if true, will attempt to authenticate against the repository server prior to opening the SWT browser.
      • ThinDialog

        public ThinDialog​(org.eclipse.swt.widgets.Shell shell,
                          int width,
                          int height)
    • Method Detail

      • createDialog

        public void createDialog​(String title,
                                 String url,
                                 int options,
                                 org.eclipse.swt.graphics.Image logo)
      • setPosition

        protected void setPosition()