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
. -
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.
-