|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4swing.appletviewer.SimpleAppletStub
public final class SimpleAppletStub
Stub for a simple applet.
| Constructor Summary | |
|---|---|
SimpleAppletStub(SimpleAppletContext appletContext,
Map<String,String> params,
URL baseUrl)
Constructor with all necessary arguments. |
|
| Method Summary | |
|---|---|
void |
appletResize(int width,
int height)
|
AppletContext |
getAppletContext()
|
URL |
getCodeBase()
|
URL |
getDocumentBase()
|
String |
getParameter(String key)
|
boolean |
isActive()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleAppletStub(SimpleAppletContext appletContext,
Map<String,String> params,
URL baseUrl)
appletContext - Applet context - Cannot be null.params - Arguments - Cannot be null.baseUrl - Base URL - Cannot be null.| Method Detail |
|---|
public final void appletResize(int width,
int height)
appletResize in interface AppletStubpublic final AppletContext getAppletContext()
getAppletContext in interface AppletStubpublic final URL getCodeBase()
getCodeBase in interface AppletStubpublic final URL getDocumentBase()
getDocumentBase in interface AppletStubpublic final String getParameter(String key)
getParameter in interface AppletStubpublic final boolean isActive()
isActive in interface AppletStub
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||