|
Applicet Framework for Applets and Applications v2.03 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--be.arci.applet.DummyBrowser
Dummy implementation of Browser that does not display documents, but shows the URL in the status field.
| Constructor Summary | |
DummyBrowser()
|
|
| Method Summary | |
void |
showDocument(Framework applicet,
java.net.URL url,
java.lang.String sTarget)
Does not display the document, but shows the URL in the status field. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DummyBrowser()
| Method Detail |
public void showDocument(Framework applicet,
java.net.URL url,
java.lang.String sTarget)
showDocument in interface Browserbe.arci.applet.Browserapplication - the Applicet application on behalf of which the document must be shownurlDocument - the absolute url of the requested document (note: implementers
may prefer to handle relative url's as well)sTarget - name indicating where to display the document.Applicet.Context.showDocument,
Viewing HTML documents
|
Applicet Framework for Applets and Applications v2.03 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||