IcedTea-Web
NetX
A B C D E F G H I J K L M N O P R S T U V W X

C

CACHED - Static variable in interface javax.jnlp.PersistenceService
 
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.
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
 
canRead() - Method in interface javax.jnlp.FileContents
 
canWrite() - Method in interface javax.jnlp.FileContents
 
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
 
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(SecurityWarningDialog, 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 a certificate
CertWarningPane - Class in net.sourceforge.jnlp.security
Provides the panel for using inside a SecurityWarningDialog.
CertWarningPane(SecurityWarningDialog, CertVerifier) - Constructor for class net.sourceforge.jnlp.security.CertWarningPane
 
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.
CharacterEncoder - Class in net.sourceforge.jnlp.tools
This class defines the encoding half of character encoders.
CharacterEncoder() - Constructor for class net.sourceforge.jnlp.tools.CharacterEncoder
 
checkAccess(SecurityWarning.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, SecurityWarning.AccessType, Object...) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns whether the app requesting a JNLP service has the right permissions.
checkCacertsForCertificate(Certificate) - Method in class net.sourceforge.jnlp.tools.KeyTool
Checks if a given certificate is part of the user's cacerts keystore.
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, String, String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
Check if client is trusted (no support for custom here, only system/user)
checkClientTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
 
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
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, String, String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
 
checkServerTrusted(X509Certificate[], String, String, boolean) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
Check if the server is trusted
checkSingleInstanceRunning(JNLPFile) - Method in class net.sourceforge.jnlp.services.XSingleInstanceService
Check if another instance of this application is already running
checkTrustedCertsFile() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
Checks the user's home directory to see if the trusted.certs file exists.
CLASS - Static variable in interface javax.jnlp.DownloadService2
 
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
 
codeBase - Variable in class net.sourceforge.jnlp.JNLPFile
the URL used to resolve relative URLs in the file
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.
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.
CONNECT - Static variable in class net.sourceforge.jnlp.cache.Resource
 
CONNECTED - Static variable in class net.sourceforge.jnlp.cache.Resource
 
CONNECTING - Static variable in class net.sourceforge.jnlp.cache.Resource
 
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.
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_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
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(SecurityWarningDialog, 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.

IcedTea-Web
NetX
A B C D E F G H I J K L M N O P R S T U V W X
Submit a bug or feature