Uses of Interface
de.aristaflow.adept2.ui.htmlgui.URLContext
-
Packages that use URLContext Package Description de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.swtgui -
-
Uses of URLContext in de.aristaflow.adept2.ui.htmlgui
Classes in de.aristaflow.adept2.ui.htmlgui that implement URLContext 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
.class
TransferredURLContext
A simple implementation of the transfer object for aURLContext
. -
Uses of URLContext in de.aristaflow.adept2.ui.swtgui
Classes in de.aristaflow.adept2.ui.swtgui that implement URLContext Modifier and Type Class Description class
SwtUrlContext
ThisGUIContext
provides a browser widget in SWT for a specific URL based on a parent context.
-