public class ThinDialog
extends org.eclipse.swt.widgets.Dialog
Modifier and Type | Field and 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 and 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) |
Modifier and Type | Method and Description |
---|---|
void |
createDialog(String title,
String url,
int options,
org.eclipse.swt.graphics.Image logo) |
protected void |
setPosition() |
protected org.eclipse.swt.widgets.Shell parent
protected int width
protected int height
protected org.eclipse.swt.browser.Browser browser
protected org.eclipse.swt.widgets.Shell dialog
protected org.eclipse.swt.widgets.Display display
public ThinDialog(org.eclipse.swt.widgets.Shell shell, int width, int height, boolean doAuthenticate)
doAuthenticate
- if true, will attempt to authenticate against the repository server prior to opening the SWT
browser.public ThinDialog(org.eclipse.swt.widgets.Shell shell, int width, int height)
Copyright © 2020 Hitachi Vantara. All rights reserved.