|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppletContext | |
| java.applet | |
| java.beans | |
| Uses of AppletContext in java.applet |
| Methods in java.applet that return AppletContext | |
AppletContext |
Applet.getAppletContext()
Determines this applet's context, which allows the applet to query and affect the environment in which it runs. |
AppletContext |
AppletStub.getAppletContext()
Gets a handler to the applet's context. |
| Uses of AppletContext in java.beans |
| Classes in java.beans that implement AppletContext | |
(package private) class |
BeansAppletContext
Package private support class. |
| Fields in java.beans declared as AppletContext | |
(package private) AppletContext |
BeansAppletStub.context
|
| Methods in java.beans that return AppletContext | |
AppletContext |
BeansAppletStub.getAppletContext()
|
| Constructors in java.beans with parameters of type AppletContext | |
BeansAppletStub.BeansAppletStub(Applet target,
AppletContext context,
java.net.URL codeBase,
java.net.URL docBase)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||