Package net.sourceforge.jnlp
Class PluginParameters
java.lang.Object
net.sourceforge.jnlp.PluginParameters
Represents plugin applet parameters, backed by a HashMap.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getDefaulted
(String key, String defaultStr) int
getUniqueKey
(URL codebase) int
getWidth()
void
toString()
void
updateSize
(int width, int height) boolean
-
Constructor Details
-
PluginParameters
-
-
Method Details
-
get
-
put
-
getUnmodifiableMap
-
getUnderlyingMap
-
getDefaulted
-
getAppletTitle
-
useCodebaseLookup
public boolean useCodebaseLookup() -
getArchive
-
getJavaArchive
-
getJavaArguments
-
getCacheArchive
-
getCacheArchiveEx
-
getCacheOption
-
getCacheVersion
-
getCode
-
getJNLPHref
-
getJNLPEmbedded
-
getJarFiles
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getPermissions
-
updateSize
public void updateSize(int width, int height) -
getUniqueKey
-
toString
-