|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.telscenter.pas.steps.AppletViewer.InternalAppletStub
public class AppletViewer.InternalAppletStub
| Constructor Summary | |
|---|---|
AppletViewer.InternalAppletStub()
|
|
| Method Summary | |
|---|---|
void |
appletResize(int width,
int height)
|
java.applet.AppletContext |
getAppletContext()
|
java.net.URL |
getCodeBase()
Try to create a URL from the current working directory But avoid using this method when making an applet because it won't work if the classes/images are in a JAR file Use Class.getResource(...) instead. |
java.net.URL |
getDocumentBase()
Try to create a URL from the current working directory. |
java.lang.String |
getParameter(java.lang.String name)
Returns the value associated with the parameter name This is the method that gets called when the applet looks for a parameter |
boolean |
isActive()
Currently always returns true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppletViewer.InternalAppletStub()
| Method Detail |
|---|
public void appletResize(int width,
int height)
appletResize in interface java.applet.AppletStubpublic java.applet.AppletContext getAppletContext()
getAppletContext in interface java.applet.AppletStubpublic java.net.URL getCodeBase()
getCodeBase in interface java.applet.AppletStubpublic java.net.URL getDocumentBase()
getDocumentBase in interface java.applet.AppletStubpublic java.lang.String getParameter(java.lang.String name)
getParameter in interface java.applet.AppletStubname - the name of the parameter
public boolean isActive()
isActive in interface java.applet.AppletStub
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||