Uses of Class
de.aristaflow.adept2.ui.htmlgui.TransferredURLContext
-
Packages that use TransferredURLContext Package Description de.aristaflow.adept2.ui.htmlgui -
-
Uses of TransferredURLContext in de.aristaflow.adept2.ui.htmlgui
Fields in de.aristaflow.adept2.ui.htmlgui declared as TransferredURLContext Modifier and Type Field Description protected TransferredURLContext
RemoteHTMLContext. urlContext
The context for transferring thisHTMLContext
for remote usage.Constructors in de.aristaflow.adept2.ui.htmlgui with parameters of type TransferredURLContext Constructor Description TransferredURLContext(TransferredURLContext context, URL url)
Creates a newTransferredURLContext
having having the fields of the designated GUI context and the designated URL.
-