Uses of Class
de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
-
Packages that use AbstractHTMLContext Package Description de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.swtgui -
-
Uses of AbstractHTMLContext in de.aristaflow.adept2.ui.htmlgui
Subclasses of AbstractHTMLContext in de.aristaflow.adept2.ui.htmlgui Modifier and Type Class Description class
RemoteHTMLContext
A simpleHTMLContext
that does not create any browsers or alike but just provides the interaction between webserver andExecutableComponent
.Constructors in de.aristaflow.adept2.ui.htmlgui with parameters of type AbstractHTMLContext Constructor Description HtmlContextCleanupTask(AbstractHTMLContext obj)
Creates new clean-up for closing all replies and responses of the designatedAbstractHTMLContext
. -
Uses of AbstractHTMLContext in de.aristaflow.adept2.ui.swtgui
Subclasses of AbstractHTMLContext in de.aristaflow.adept2.ui.swtgui Modifier and Type Class Description class
SwtHtmlContext
ThisGUIContext
encapsulates the HTML of this context in a browser widget in SWT.
-