- PacEvaluator - Interface in net.sourceforge.jnlp.runtime
-
This interface represents an object which can evaluate Proxy Auto Config
files.
- PacEvaluatorFactory - Class in net.sourceforge.jnlp.runtime
-
- PacEvaluatorFactory() - Constructor for class net.sourceforge.jnlp.runtime.PacEvaluatorFactory
-
- PackageDesc - Class in net.sourceforge.jnlp
-
The package element.
- PackageDesc(String, String, boolean) - Constructor for class net.sourceforge.jnlp.PackageDesc
-
Create a package descriptor.
- paint(Graphics) - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- pane - Variable in class net.sourceforge.jnlp.about.HTMLPanel
-
- ParseException - Exception in net.sourceforge.jnlp
-
Thrown to indicate that an error has occurred while parsing a
JNLP file.
- ParseException(String) - Constructor for exception net.sourceforge.jnlp.ParseException
-
Create a parse exception with the specified message.
- ParseException(String, Throwable) - Constructor for exception net.sourceforge.jnlp.ParseException
-
Create a parse exception with the specified message and
cause.
- ParseException(Throwable) - Constructor for exception net.sourceforge.jnlp.ParseException
-
- parseFromReader(Reader) - Method in class net.sourceforge.nanoxml.XMLElement
-
Reads one XML element from a Reader
and parses it.
- parseFromReader(Reader, int) - Method in class net.sourceforge.nanoxml.XMLElement
-
Reads one XML element from a java.io.Reader and parses it.
- Parser - Class in net.sourceforge.jnlp
-
Contains methods to parse an XML document into a JNLPFile.
- Parser(JNLPFile, URL, Node, ParserSettings) - Constructor for class net.sourceforge.jnlp.Parser
-
Create a parser for the JNLP file.
- Parser(JNLPFile, URL, Node, ParserSettings, URL) - Constructor for class net.sourceforge.jnlp.Parser
-
Create a parser for the JNLP file.
- parserSettings - Variable in class net.sourceforge.jnlp.JNLPFile
-
the ParserSettings which were used to parse this file
- ParserSettings - Class in net.sourceforge.jnlp
-
Contains settings to be used by the Parser while parsing JNLP files.
- ParserSettings() - Constructor for class net.sourceforge.jnlp.ParserSettings
-
Create a new ParserSettings with the defautl parser settings
- ParserSettings(boolean, boolean, boolean) - Constructor for class net.sourceforge.jnlp.ParserSettings
-
Create a new ParserSettings object
- PATH_DELIMITER - Static variable in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- PathsAndFiles - Class in net.sourceforge.jnlp.config
-
- PathsAndFiles() - Constructor for class net.sourceforge.jnlp.config.PathsAndFiles
-
- pattern - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- PCACHE_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- PERMISSIONS - Static variable in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- PERMISSIONS_NAME - Static variable in enum net.sourceforge.jnlp.SecurityDesc.RequestedPermissionLevel
-
- permissionsToString() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#permissions
- PersistenceService - Interface in javax.jnlp
-
- PIPES_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
PIPES_DIR and both Plugin Dirs are not instatiated to be used.
- play() - Method in class net.sourceforge.jnlp.runtime.AppletAudioClip
-
Plays the clip from the beginning.
- PluginAppVerifier - Class in net.sourceforge.jnlp.security
-
- PluginAppVerifier() - Constructor for class net.sourceforge.jnlp.security.PluginAppVerifier
-
- PluginBridge - Class in net.sourceforge.jnlp
-
Allows reuse of code that expects a JNLPFile object,
while overriding behaviour specific to applets.
- PluginBridge(URL, URL, String, String, int, int, PluginParameters) - Constructor for class net.sourceforge.jnlp.PluginBridge
-
Creates a new PluginBridge using a default JNLPCreator.
- PluginBridge(URL, URL, String, String, int, int, PluginParameters, JNLPCreator) - Constructor for class net.sourceforge.jnlp.PluginBridge
-
- PluginParameterException - Exception in net.sourceforge.jnlp
-
- PluginParameterException(String) - Constructor for exception net.sourceforge.jnlp.PluginParameterException
-
- PluginParameters - Class in net.sourceforge.jnlp
-
Represents plugin applet parameters, backed by a HashMap.
- PluginParameters(Map<String, String>) - Constructor for class net.sourceforge.jnlp.PluginParameters
-
- PolicyPanel - Class in net.sourceforge.jnlp.controlpanel
-
Implements a Policy Settings panel for the itweb-settings control panel.
- PolicyPanel(JFrame, DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.PolicyPanel
-
- PORT_DELIMITER - Static variable in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- postMessage(SecurityDialogMessage) - Method in class net.sourceforge.jnlp.security.SecurityDialogMessageHandler
-
Post a message to the security event queue.
- print(Pageable) - Method in interface javax.jnlp.PrintService
-
- print(Printable) - Method in interface javax.jnlp.PrintService
-
- print(Pageable) - Method in class net.sourceforge.jnlp.services.XPrintService
-
- print(Printable) - Method in class net.sourceforge.jnlp.services.XPrintService
-
- printCheckHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints a help message for the 'check' command
- printGetHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints help message for the get command
- printInfoHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Print a help message for the 'info' command
- printListHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints help message for the list command
- printMessage(LaunchException) - Method in class net.sourceforge.jnlp.AbstractLaunchHandler
-
Print a message
- printResetHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints a help message for the reset command
- PrintService - Interface in javax.jnlp
-
- printSetHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints the help message for the 'set' command
- PROGRAM_NAME - Variable in class net.sourceforge.jnlp.controlpanel.CommandLine
-
- progress(URL, String, long, long, int) - Method in interface javax.jnlp.DownloadServiceListener
-
- promptUserOnPartialSigning() - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- promptUserOnPartialSigning() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- properties - Static variable in class net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsPane
-
List of properties used by this panel
- properties - Static variable in class net.sourceforge.jnlp.controlpanel.DebuggingPanel
-
List of properties used by checkboxes in this panel
- properties - Static variable in class net.sourceforge.jnlp.controlpanel.NetworkSettingsPanel
-
List of properties used by this panel
- properties - Static variable in class net.sourceforge.jnlp.controlpanel.SecuritySettingsPanel
-
List of properties used by this panel
- PropertiesFile - Class in net.sourceforge.jnlp.util
-
A properties object backed by a specified file without throwing
exceptions.
- PropertiesFile(File) - Constructor for class net.sourceforge.jnlp.util.PropertiesFile
-
Create a properties object backed by the specified file.
- PropertiesFile(File, String) - Constructor for class net.sourceforge.jnlp.util.PropertiesFile
-
Create a properties object backed by the specified file.
- PropertyDesc - Class in net.sourceforge.jnlp
-
The property element.
- PropertyDesc(String, String) - Constructor for class net.sourceforge.jnlp.PropertyDesc
-
Creates a property descriptor.
- PROTOCOL_DELIMITER - Static variable in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- PROXY_TYPE_AUTO - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- PROXY_TYPE_BROWSER - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- PROXY_TYPE_MANUAL - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- PROXY_TYPE_NONE - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- PROXY_TYPE_UNKNOWN - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- put(String, String) - Method in class net.sourceforge.jnlp.PluginParameters
-
- put(K, V) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
Store the item in the map and associate a timestamp with it.
- putAll(Map<? extends K, ? extends V>) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-