Uses of Interface
de.aristaflow.adept2.ui.swtgui.SWTContext
Packages that use SWTContext
-
Uses of SWTContext in de.aristaflow.adept2.ui.awtgui
Fields in de.aristaflow.adept2.ui.awtgui declared as SWTContextModifier and TypeFieldDescriptionprotected SWTContextSWTEmbeddedAWTContext.swtContextThe SWT context the AWT GUI could be integrated intoConstructors in de.aristaflow.adept2.ui.awtgui with parameters of type SWTContextModifierConstructorDescriptionSWTEmbeddedAWTContext(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.swtguiModifier and TypeInterfaceDescriptioninterfaceTheSWTBrowserContextprovides 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 SWTContextModifier and TypeFieldDescriptionprotected final SWTContextSwtUrlContext.parentSwtContextThe parent SWT-context containing the Eclipse-Editor.Fields in de.aristaflow.adept2.ui.swtgui with type parameters of type SWTContextModifier and TypeFieldDescriptionprotected final 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 SWTContextModifier and TypeMethodDescriptionprotected 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 SWTContextModifierConstructorDescriptionSwtHtmlContext(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.