Uses of Class
net.sourceforge.jnlp.runtime.ApplicationInstance
Packages that use ApplicationInstance
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 JNLP cache.
This package contains the classes that manage the secure runtime environment
for JNLP apps.
This package contains the classes that implement the standard services
defined by the JNLP specification.
-
Uses of ApplicationInstance in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return ApplicationInstanceModifier and TypeMethodDescriptionprotected ApplicationInstance
Launcher.createApplication
(JNLPFile file) Creates an Application.protected ApplicationInstance
Gets an ApplicationInstance, but does not launch the applet.Launches a JNLP file by calling the launch method for the appropriate file type.Launches a JNLP file by calling the launch method for the appropriate file type.Launches a JNLP file inside the given container if it is an applet.protected ApplicationInstance
Launcher.launchApplet
(JNLPFile file, boolean enableCodeBase, Container cont) Launches a JNLP applet.protected ApplicationInstance
Launcher.launchApplication
(JNLPFile file) Launches a JNLP application.protected ApplicationInstance
Launcher.launchInstaller
(JNLPFile file) Launches a JNLP installer.Methods in net.sourceforge.jnlp with parameters of type ApplicationInstanceModifier and TypeMethodDescriptionvoid
DefaultLaunchHandler.launchCompleted
(ApplicationInstance application) Called when an application, applet, or installer has been launched successfully (the main method or applet start method returned normally).void
GuiLaunchHandler.launchCompleted
(ApplicationInstance application) void
LaunchHandler.launchCompleted
(ApplicationInstance application) Called when an application, applet, or installer has been launched successfully (the main method or applet start method returned normally).void
DefaultLaunchHandler.launchStarting
(ApplicationInstance application) Do nothing when startingvoid
GuiLaunchHandler.launchStarting
(ApplicationInstance application) void
LaunchHandler.launchStarting
(ApplicationInstance application) Called when an application, applet or installer is ready to start. -
Uses of ApplicationInstance in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache with parameters of type ApplicationInstanceModifier and TypeMethodDescriptionDefaultDownloadIndicator.getListener
(ApplicationInstance app, String downloadName, URL[] resources) Return a download service listener that displays the progress in a shared download info window.DownloadIndicator.getListener
(ApplicationInstance app, String downloadName, URL[] resources) Return a download service listener that displays the progress of downloading resources.static void
CacheUtil.waitForResources
(ApplicationInstance app, ResourceTracker tracker, URL[] resources, String title) Waits until the resources are downloaded, while showing a progress indicator. -
Uses of ApplicationInstance in net.sourceforge.jnlp.event
Methods in net.sourceforge.jnlp.event that return ApplicationInstanceConstructors in net.sourceforge.jnlp.event with parameters of type ApplicationInstanceModifierConstructorDescriptionApplicationEvent
(ApplicationInstance source) Creates a launch event for the specified application instance. -
Uses of ApplicationInstance in net.sourceforge.jnlp.runtime
Subclasses of ApplicationInstance in net.sourceforge.jnlp.runtimeModifier and TypeClassDescriptionclass
Represents a launched application instance created from a JNLP file.Methods in net.sourceforge.jnlp.runtime that return ApplicationInstanceModifier and TypeMethodDescriptionJNLPClassLoader.getApplication()
static ApplicationInstance
JNLPRuntime.getApplication()
Methods in net.sourceforge.jnlp.runtime with parameters of type ApplicationInstanceModifier and TypeMethodDescriptionvoid
JNLPClassLoader.setApplication
(ApplicationInstance app) Sets the JNLP app this group is for; can only be called once. -
Uses of ApplicationInstance in net.sourceforge.jnlp.services
Methods in net.sourceforge.jnlp.services with parameters of type ApplicationInstanceModifier and TypeMethodDescriptionstatic boolean
ServiceUtil.checkAccess
(ApplicationInstance app, SecurityDialogs.AccessType type, Object... extras) Returns whether the app requesting a JNLP service has the right permissions.static boolean
ServiceUtil.isSigned
(ApplicationInstance app) Returns whether the app requesting a JNLP service is a trusted application