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
 

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 JNLPFile.getInformation(java.util.Locale locale)
          Returns the information section of the JNLP file as viewed through the specified locale.
 InformationDesc PluginBridge.getInformation(java.util.Locale locale)
           
 


IcedTea-Web
NetX

Submit a bug or feature