Uses of Interface
de.aristaflow.adept2.ui.swtgui.SWTContext
-
Packages that use SWTContext Package Description de.aristaflow.adept2.ui.awtgui de.aristaflow.adept2.ui.swtgui -
-
Uses of SWTContext in de.aristaflow.adept2.ui.awtgui
Fields in de.aristaflow.adept2.ui.awtgui declared as SWTContext Modifier and Type Field Description protected SWTContext
SWTEmbeddedAWTContext. swtContext
The SWT context the AWT GUI could be integrated intoConstructors in de.aristaflow.adept2.ui.awtgui with parameters of type SWTContext Constructor Description SWTEmbeddedAWTContext(Thread controlThread, SWTContext swtContext)
Constructs an graphical context for an AWT based application component up on an existing swt graphical context. -
Uses of SWTContext in de.aristaflow.adept2.ui.swtgui
Subinterfaces of SWTContext in de.aristaflow.adept2.ui.swtgui Modifier and Type Interface Description interface
SWTBrowserContext
TheSWTBrowserContext
provides aSWTContext
and allows to deploy content for downloading either as local file or as download from a webservice.Fields in de.aristaflow.adept2.ui.swtgui declared as SWTContext Modifier and Type Field Description protected SWTContext
SwtUrlContext. parentSwtContext
The parent SWT-context containing the Eclipse-Editor.Fields in de.aristaflow.adept2.ui.swtgui with type parameters of type SWTContext Modifier and Type Field Description protected org.apache.commons.lang3.mutable.Mutable<SWTContext>
SwtHtmlContext. parentSwtContext
The parent SWT-context containing the Eclipse-Editor.Methods in de.aristaflow.adept2.ui.swtgui with parameters of type SWTContext Modifier and Type Method Description protected org.eclipse.swt.browser.Browser
SwtUrlContext. createBrowser(SWTContext parent)
Creates and initialises the browser with the base URL of this context.Constructors in de.aristaflow.adept2.ui.swtgui with parameters of type SWTContext Constructor Description SwtHtmlContext(Thread thread, SWTContext parentSwtContext, HTTPService httpService, ClientService clientService, String sessionId)
Creates a new HTML context based on the Eclipse-Browser-widget.SwtUrlContext(URL baseURL, SWTContext parentSWTContext)
Creates a new URL context based on the Eclipse-Browser-widget.
-