Uses of Interface
de.aristaflow.adept2.ui.htmlgui.HTMLContext
-
Packages that use HTMLContext Package Description de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.htmlgui.executionenvironments de.aristaflow.adept2.ui.swtgui -
-
Uses of HTMLContext in de.aristaflow.adept2.ui.htmlgui
Classes in de.aristaflow.adept2.ui.htmlgui that implement HTMLContext Modifier and Type Class Description class
AbstractHTMLContext
ThisGUIContext
enables the usage of HTML as graphical user interface.class
RemoteHTMLContext
A simpleHTMLContext
that does not create any browsers or alike but just provides the interaction between webserver andExecutableComponent
. -
Uses of HTMLContext in de.aristaflow.adept2.ui.htmlgui.executionenvironments
Fields in de.aristaflow.adept2.ui.htmlgui.executionenvironments declared as HTMLContext Modifier and Type Field Description protected HTMLContext
AbstractWebResourceComponent. htmlContext
Context that contains the URL of the current environment and accepts and displays the HTML content for the page that should be shown to the user. -
Uses of HTMLContext in de.aristaflow.adept2.ui.swtgui
Classes in de.aristaflow.adept2.ui.swtgui that implement HTMLContext Modifier and Type Class Description class
SwtHtmlContext
ThisGUIContext
encapsulates the HTML of this context in a browser widget in SWT.
-