IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.ComponentDesc

Packages that use ComponentDesc
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. 
 

Uses of ComponentDesc in net.sourceforge.jnlp
 

Fields in net.sourceforge.jnlp declared as ComponentDesc
protected  ComponentDesc JNLPFile.component
          the component description
 

Methods in net.sourceforge.jnlp that return ComponentDesc
 ComponentDesc JNLPFile.getComponent()
          Returns the launch information for a component.
 


IcedTea-Web
NetX

Submit a bug or feature