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.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionThinDialog
(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 TypeMethodDescriptionvoid
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
-
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
-
setPosition
protected void setPosition()
-