Uses of Class
net.sourceforge.jnlp.InformationDesc
Packages that use InformationDesc
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.
-
Uses of InformationDesc in net.sourceforge.jnlp
Fields in net.sourceforge.jnlp with type parameters of type InformationDescMethods in net.sourceforge.jnlp that return InformationDescModifier and TypeMethodDescriptionJNLPFile.getInformation()
JNLPFile.getInformation
(Locale locale) Methods in net.sourceforge.jnlp that return types with arguments of type InformationDescMethods in net.sourceforge.jnlp with parameters of type InformationDescModifier and TypeMethodDescriptionprotected void
Parser.addInfo
(InformationDesc info, Node node, String mod, Object value) Adds a key,value pair to the information object.