IcedTea-Web
NetX

Uses of Package
net.sourceforge.jnlp.runtime

Packages that use net.sourceforge.jnlp.runtime
net.sourceforge.jnlp 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. 
net.sourceforge.jnlp.cache This package contains the JNLP cache. 
net.sourceforge.jnlp.event This package contains the JNLP events. 
net.sourceforge.jnlp.runtime This package contains the classes that manage the secure runtime environment for JNLP apps. 
net.sourceforge.jnlp.services This package contains the classes that implement the standard services defined by the JNLP specification. 
 

Classes in net.sourceforge.jnlp.runtime used by net.sourceforge.jnlp
AppletInstance
          Represents a launched application instance created from a JNLP file.
ApplicationInstance
          Represents a running instance of an application described in a JNLPFile.
AppThreadGroup
          Thread group for a JNLP application.
 

Classes in net.sourceforge.jnlp.runtime used by net.sourceforge.jnlp.cache
ApplicationInstance
          Represents a running instance of an application described in a JNLPFile.
 

Classes in net.sourceforge.jnlp.runtime used by net.sourceforge.jnlp.event
ApplicationInstance
          Represents a running instance of an application described in a JNLPFile.
 

Classes in net.sourceforge.jnlp.runtime used by net.sourceforge.jnlp.runtime
AppletEnvironment
          The applet environment including stub, context, and frame.
AppletInstance
          Represents a launched application instance created from a JNLP file.
ApplicationInstance
          Represents a running instance of an application described in a JNLPFile.
JNLPClassLoader
          Classloader that takes it's resources from a JNLP file.
PacEvaluator
          This interface represents an object which can evaluate Proxy Auto Config files.
 

Classes in net.sourceforge.jnlp.runtime used by net.sourceforge.jnlp.services
ApplicationInstance
          Represents a running instance of an application described in a JNLPFile.
 


IcedTea-Web
NetX

Submit a bug or feature