public interface URLContext extends GUIContext
URLContext just provides an URL. This can be used for instance
to provide an HTMLContext remotely. That is, the
HTMLContext is 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.| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getURL()
Gets the URL of the (remote)
HTMLContext which provides the
GUI. |
close