- CACHED - Static variable in interface javax.jnlp.PersistenceService
-
- CacheDirectory - Class in net.sourceforge.jnlp.cache
-
- CacheEntry - Class in net.sourceforge.jnlp.cache
-
Describes an entry in the cache.
- CacheEntry(URL, Version) - Constructor for class net.sourceforge.jnlp.cache.CacheEntry
-
Create a CacheEntry for the resources specified as a remote
URL.
- CachePane - Class in net.sourceforge.jnlp.controlpanel
-
- CachePane(JDialog, DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.CachePane
-
Creates a new instance of the CachePane.
- CacheUtil - Class in net.sourceforge.jnlp.cache
-
Provides static methods to interact with the cache, download
indicator, and other utility methods.
- CacheUtil() - Constructor for class net.sourceforge.jnlp.cache.CacheUtil
-
- CacheViewer - Class in net.sourceforge.jnlp.controlpanel
-
This class will provide a visual way of viewing cache.
- CacheViewer(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.CacheViewer
-
Creates a new instance of the cache viewer.
- CALLER_ALLOWABLE - Static variable in class net.sourceforge.jnlp.JNLPFile
-
- canRead() - Method in interface javax.jnlp.FileContents
-
- canWrite() - Method in interface javax.jnlp.FileContents
-
- centerWindowsToCurrentScreen(Window) - Static method in class net.sourceforge.jnlp.util.ScreenFinder
-
- CertificatePane - Class in net.sourceforge.jnlp.security.viewer
-
- CertificatePane(JDialog) - Constructor for class net.sourceforge.jnlp.security.viewer.CertificatePane
-
- CertificateUtils - Class in net.sourceforge.jnlp.security
-
Common utilities to manipulate certificates.
- CertificateUtils() - Constructor for class net.sourceforge.jnlp.security.CertificateUtils
-
- CertificateViewer - Class in net.sourceforge.jnlp.security.viewer
-
- CertificateViewer() - Constructor for class net.sourceforge.jnlp.security.viewer.CertificateViewer
-
- CertInformation - Class in net.sourceforge.jnlp.tools
-
Maintains information about a CertPath that has signed at least one of the
entries provided by a jar of the app.
- CertInformation() - Constructor for class net.sourceforge.jnlp.tools.CertInformation
-
- certNames - Variable in class net.sourceforge.jnlp.security.CertsInfoPane
-
- certsData - Variable in class net.sourceforge.jnlp.security.CertsInfoPane
-
- CertsInfoPane - Class in net.sourceforge.jnlp.security
-
Provides the panel for the Certificate Info dialog.
- CertsInfoPane(SecurityDialog, CertVerifier) - Constructor for class net.sourceforge.jnlp.security.CertsInfoPane
-
- CertsInfoPane.TreeSelectionHandler - Class in net.sourceforge.jnlp.security
-
Updates the JTable when the JTree selection has changed.
- CertsInfoPane.TreeSelectionHandler() - Constructor for class net.sourceforge.jnlp.security.CertsInfoPane.TreeSelectionHandler
-
- CertVerifier - Interface in net.sourceforge.jnlp.security
-
An interface that provides various details about certificates of an app.
- CertWarningPane - Class in net.sourceforge.jnlp.security
-
Provides the panel for using inside a SecurityDialog.
- CertWarningPane(SecurityDialog, CertVerifier) - Constructor for class net.sourceforge.jnlp.security.CertWarningPane
-
- changedUpdate(DocumentEvent) - Method in class net.sourceforge.jnlp.controlpanel.DocumentAdapter
-
- changeStatus(int, int) - Method in class net.sourceforge.jnlp.cache.Resource
-
Changes the status by clearing the flags in the first
parameter and setting the flags in the second.
- checkAccess(SecurityDialogs.AccessType, Object...) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
Returns whether the app requesting a JNLP service has the right permissions.
- checkAccess(ApplicationInstance, SecurityDialogs.AccessType, Object...) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
Returns whether the app requesting a JNLP service has the right permissions.
- checkAndFixConfiguration(Map<String, Setting<String>>) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Check that the configuration is valid.
- checkCDATA(StringBuffer) - Method in class net.sourceforge.nanoxml.XMLElement
-
Scans a special tag and if the tag is a CDATA section, append its
content to buf
.
- checkClientTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK6
-
- checkClientTrusted(X509Certificate[], String, String, String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK6
-
- checkClientTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkError() - Method in class net.sourceforge.jnlp.util.TeeOutputStream
-
- checkExistingSingleInstance(JNLPFile) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
Checks that this application (represented by the jnlp) isnt already running
- checkForAttributeInJars(List<JARDesc>, Attributes.Name) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Checks for the jar that contains the attribute.
- checkLiteral(String) - Method in class net.sourceforge.nanoxml.XMLElement
-
Scans the data for literal text.
- checkResource(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Returns whether a resource is available for use (ie, can be
accessed with the getCacheFile method).
- checkServerTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK6
-
- checkServerTrusted(X509Certificate[], String, String, String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK6
-
- checkServerTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkSingleInstanceRunning(JNLPFile) - Method in class net.sourceforge.jnlp.services.XSingleInstanceService
-
Check if another instance of this application is already running
- checkTrustClient(X509Certificate[], String, String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
-
Check if client is trusted (no support for custom here, only system/user)
- checkTrustedCertsFile() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
Checks the user's home directory to see if the trusted.certs file exists.
- checkTrustServer(X509Certificate[], String, String, SSLSocket, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
-
Check if the server is trusted.
- checkTrustWithUser(JarCertVerifier, JNLPFile) - Method in interface net.sourceforge.jnlp.security.AppVerifier
-
Prompt the user with requests for trusting the certificates used by this app
- checkTrustWithUser(JarCertVerifier, JNLPFile) - Method in class net.sourceforge.jnlp.security.JNLPAppVerifier
-
- checkTrustWithUser(JarCertVerifier, JNLPFile) - Method in class net.sourceforge.jnlp.security.PluginAppVerifier
-
- checkTrustWithUser(JNLPFile) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- CLASS - Static variable in interface javax.jnlp.DownloadService2
-
- cleanCache() - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
This will remove all old cache items.
- cleanDir(File) - Static method in class net.sourceforge.jnlp.cache.CacheDirectory
-
Removes empty folders in the current directory.
- cleanParent(DirectoryNode) - Static method in class net.sourceforge.jnlp.cache.CacheDirectory
-
This will recursively remove the parent folders if they are empty.
- clear() - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- clearCache() - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Clears the cache by deleting all the Netx cache files
Note: Because of how our caching system works, deleting jars of another javaws
process is using them can be quite disasterous.
- ClipboardService - Interface in javax.jnlp
-
- close() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- close() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- close() - Method in class net.sourceforge.jnlp.util.TeeOutputStream
-
- closeSilently(Closeable) - Static method in class net.sourceforge.jnlp.util.StreamUtils
-
Closes a stream, without throwing IOException.
- codeBase - Variable in class net.sourceforge.jnlp.JNLPFile
-
the URL used to resolve relative URLs in the file
- codeBaseLookup() - Method in class net.sourceforge.jnlp.PluginBridge
-
- ComboItem - Class in net.sourceforge.jnlp.controlpanel
-
This is to be used with combobox items.
- ComboItem(String, String) - Constructor for class net.sourceforge.jnlp.controlpanel.ComboItem
-
Create a new instance of combobox items.
- CommandLine - Class in net.sourceforge.jnlp.controlpanel
-
Encapsulates a command line interface to the deployment configuration.
- CommandLine() - Constructor for class net.sourceforge.jnlp.controlpanel.CommandLine
-
Creates a new instance
- compare(String, String) - Method in class net.sourceforge.jnlp.Version
-
Compares two parts of a version string, by value if both can
be interpreted as integers or lexically otherwise.
- component - Variable in class net.sourceforge.jnlp.JNLPFile
-
the component description
- ComponentDesc - Class in net.sourceforge.jnlp
-
The component-desc element.
- ComponentDesc() - Constructor for class net.sourceforge.jnlp.ComponentDesc
-
Create a component descriptor.
- ConfiguratonValidator - Class in net.sourceforge.jnlp.config
-
Validates a DeploymentConfiguration by identifying settings with
unrecognized names or incorrect values.
- ConfiguratonValidator(Map<String, Setting<String>>) - Constructor for class net.sourceforge.jnlp.config.ConfiguratonValidator
-
- CONNECT - Static variable in class net.sourceforge.jnlp.cache.Resource
-
- CONNECTED - Static variable in class net.sourceforge.jnlp.cache.Resource
-
- connectFailed(URI, SocketAddress, IOException) - Method in class net.sourceforge.jnlp.runtime.JNLPProxySelector
- CONNECTING - Static variable in class net.sourceforge.jnlp.cache.Resource
-
- CONSOLE_DISABLE - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- CONSOLE_HIDE - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- CONSOLE_SHOW - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- consumeAndCloseConnection(HttpURLConnection) - Static method in class net.sourceforge.jnlp.util.HttpUtils
-
Ensure a HttpURLConnection is fully read, required for correct behavior
- consumeAndCloseConnectionSilently(HttpURLConnection) - Static method in class net.sourceforge.jnlp.util.HttpUtils
-
Ensure a HttpURLConnection is fully read, required for correct behavior.
- ControlPanel - Class in net.sourceforge.jnlp.controlpanel
-
This is the control panel for Java.
- ControlPanel(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.ControlPanel
-
Creates a new instance of the ControlPanel.
- copyStream(InputStream, OutputStream) - Static method in class net.sourceforge.jnlp.util.StreamUtils
-
Copy an input stream's contents into an output stream.
- copyTo(Properties) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Copies the current configuration into the target
- countChildren() - Method in class net.sourceforge.nanoxml.XMLElement
-
Returns the number of child elements of the element.
- create(URL, long) - Method in interface javax.jnlp.PersistenceService
-
- create(URL, Version, boolean, UpdatePolicy, URL) - Method in class net.sourceforge.jnlp.JNLPCreator
-
- CREATE_ALWAYS - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Always create a shortcut
- CREATE_ALWAYS_IF_HINTED - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Create a desktop shortcut without prompting if the jnlp asks for it
- CREATE_ASK_USER - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Always ask user whether to create a shortcut
- CREATE_ASK_USER_IF_HINTED - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Ask user whether to create a shortcut but only if jnlp file asks for it
- CREATE_NEVER - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Never create a shortcut
- createAnotherElement() - Method in class net.sourceforge.nanoxml.XMLElement
-
Creates a new similar XML element.
- createApplet(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
-
Create an AppletInstance.
- createAppletObject(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
-
Creates an Applet object from a JNLPFile.
- createAppletThread() - Method in class net.sourceforge.jnlp.NetxPanel
-
Creates a new Thread (in a new applet-specific ThreadGroup) for running
the applet
- createApplication(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
-
Creates an Application.
- createDesktopShortcut() - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
Create a desktop shortcut for this desktop entry
- createDownloadIndicatorFrame(boolean) - Static method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
-
- createNewAppContext() - Method in class net.sourceforge.jnlp.NetxPanel
-
- createParentDir(File, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Tries to create the ancestor directories of file f.
- createParentDir(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Tries to create the ancestor directories of file f.
- createRestrictedDirectory(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Creates a new directory with minimum permissions.
- createRestrictedFile(File, boolean) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Creates a new file with minimum permissions.
- createSetValueListener(SecurityDialog, int) - Method in class net.sourceforge.jnlp.security.SecurityDialogPanel
-
Create an ActionListener suitable for use with buttons.
- createThreadGroup(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
-
Create a thread group for the JNLP file.