Class ThinDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.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
     
    protected org.eclipse.swt.widgets.Shell
     
    protected org.eclipse.swt.widgets.Display
     
    protected int
     
    protected org.eclipse.swt.widgets.Shell
     
    protected int
     
  • 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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createDialog(String title, String url, int options, org.eclipse.swt.graphics.Image logo)
     
    protected void
     

    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
  • Field Details

    • 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 Details

    • 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 Details

    • createDialog

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

      protected void setPosition()