IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.InformationDesc

Packages that use InformationDesc
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 InformationDesc in net.sourceforge.jnlp
 

Fields in net.sourceforge.jnlp with type parameters of type InformationDesc
protected  java.util.List<InformationDesc> JNLPFile.info
          information
 

Methods in net.sourceforge.jnlp that return InformationDesc
 InformationDesc JNLPFile.getInformation()
          Returns the information section of the JNLP file as viewed through the default locale.
 InformationDesc PluginBridge.getInformation(java.util.Locale locale)
           
 InformationDesc JNLPFile.getInformation(java.util.Locale locale)
          Returns the information section of the JNLP file as viewed through the specified locale.
 


IcedTea-Web
NetX

Submit a bug or feature