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
SwtHtmlContext. parentSwtContext
The parent SWT-context containing the Eclipse-Editor.protected SWTContext
SwtUrlContext. parentSwtContext
The parent SWT-context containing the Eclipse-Editor.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.
-