Uses of Class
net.sourceforge.jnlp.runtime.AppletInstance
Packages that use AppletInstance
Package
Description
This package contains the classes that represent the parts of a Java Network
Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file
as an application, applet, or installer.
This package contains the classes that manage the secure runtime environment
for JNLP apps.
-
Uses of AppletInstance in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return AppletInstanceModifier and TypeMethodDescriptionprotected AppletInstance
Launcher.createApplet
(JNLPFile file, boolean enableCodeBase, Container cont) Create an AppletInstance. -
Uses of AppletInstance in net.sourceforge.jnlp.runtime
Constructors in net.sourceforge.jnlp.runtime with parameters of type AppletInstanceModifierConstructorDescriptionAppletEnvironment
(JNLPFile file, AppletInstance appletInstance) Create a new applet environment for the applet specified by the JNLP file, in a new frame.AppletEnvironment
(JNLPFile file, AppletInstance appletInstance, Container cont) Create a new applet environment for the applet specified by the JNLP file.