Package org.pentaho.di.ui.core.dialog
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.
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createDialog(String title, String url, int options, org.eclipse.swt.graphics.Image logo)
protected void
setPosition()
-
-
-
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)
-
-