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.DialogCreated by bmorrise on 2/18/16.
- 
- 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateDialog(String title, String url, int options, org.eclipse.swt.graphics.Image logo)protected voidsetPosition()
 
- 
- 
- 
Constructor Detail- 
ThinDialogpublic 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.
 
 - 
ThinDialogpublic ThinDialog(org.eclipse.swt.widgets.Shell shell, int width, int height)
 
- 
 
-