Package de.aristaflow.adept2.ui.htmlgui
Interface URLContext
-
- All Superinterfaces:
AutoCloseable,Closeable,GUIContext
- All Known Implementing Classes:
RemoteHTMLContext,SwtUrlContext,TransferredURLContext
public interface URLContext extends GUIContext
AURLContextjust provides an URL. This can be used for instance to provide anHTMLContextremotely. That is, theHTMLContextis created locally but since it relies on threads and handles events, it is not serialisable. However, its URL can be called remotely and thus, when serialised it is replaced by this class which provides the URL only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLgetURL()Gets the URL of the (remote)HTMLContextwhich provides the GUI.-
Methods inherited from interface de.aristaflow.adept2.model.runtimeenvironment.GUIContext
close
-
-
-
-
Method Detail
-
getURL
URL getURL()
Gets the URL of the (remote)HTMLContextwhich provides the GUI.- Returns:
- The URL of the (remote)
HTMLContextwhich provides the GUI.
-
-