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 SWTContextSWTEmbeddedAWTContext. swtContextThe 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 interfaceSWTBrowserContextTheSWTBrowserContextprovides aSWTContextand 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 SWTContextSwtUrlContext. parentSwtContextThe 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. parentSwtContextThe 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.BrowserSwtUrlContext. 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.
-