| Package | Description |
|---|---|
| de.aristaflow.adept2.ui.awtgui | |
| de.aristaflow.adept2.ui.swtgui |
| Modifier and Type | Field and Description |
|---|---|
protected SWTContext |
SWTEmbeddedAWTContext.swtContext
The SWT context the AWT GUI could be integrated into
|
| Constructor and Description |
|---|
SWTEmbeddedAWTContext(java.lang.Thread controlThread,
SWTContext swtContext)
Constructs an graphical context for an AWT based application component up
on an existing swt graphical context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWTBrowserContext
The
SWTBrowserContext provides a SWTContext and
allows to deploy content for downloading either as local file or as download
from a webservice. |
| Modifier and Type | Field and Description |
|---|---|
protected SWTContext |
SwtHtmlContext.parentSwtContext
The parent SWT-context containing the Eclipse-Editor.
|
protected SWTContext |
SwtUrlContext.parentSwtContext
The parent SWT-context containing the Eclipse-Editor.
|
| Constructor and Description |
|---|
SwtHtmlContext(java.lang.Thread thread,
SWTContext parentSwtContext,
HTTPService httpService,
ClientService clientService,
java.lang.String sessionId)
Creates a new HTML context based on the Eclipse-Browser-widget.
|
SwtUrlContext(java.net.URL baseURL,
SWTContext parentSWTContext)
Creates a new URL context based on the Eclipse-Browser-widget.
|