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

G

get(URL) - Method in interface javax.jnlp.PersistenceService
 
get(int) - Method in class net.sourceforge.jnlp.util.WeakList
Returns the object at the specified index, or null if the object has been collected.
getAcceptedIssuers() - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
 
getAccessType() - Method in class net.sourceforge.jnlp.security.SecurityWarningDialog
 
getAlreadyTrustPublisher() - Method in interface net.sourceforge.jnlp.security.CertVerifier
Return if the publisher is already trusted
getAlreadyTrustPublisher() - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
 
getAlreadyTrustPublisher() - Method in class net.sourceforge.jnlp.tools.JarSigner
 
getAmountRead(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
Returns the number of bytes downloaded for a resource.
getApplet() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the launch information for an applet.
getApplet(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
Gets an ApplicationInstance, but does not launch the applet.
getAppletClassLoader() - Method in class net.sourceforge.jnlp.NetxPanel
 
getApplication() - Method in class net.sourceforge.jnlp.event.ApplicationEvent
Returns the application instance.
getApplication() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the launch information for an application.
getArch() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the architecture required by these resources, or null if no locale was specified in the JNLP file.
getArguments() - Method in class net.sourceforge.jnlp.ApplicationDesc
Returns the arguments
getAssociations() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the associations specified in the JNLP file
getAttribute(String) - Method in class net.sourceforge.nanoxml.XMLElement
Returns an attribute of the element.
getBasicService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the BasicService reference, or null if the service is unavailable.
getCacertsKeyStore() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
Returns the keystore associated with the JDK cacerts file, or null otherwise.
getCachedResource(URL, Version, UpdatePolicy) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
Caches a resource and returns a URL for it in the cache; blocks until resource is cached.
getCachedResources(DownloadService2.ResourceSpec) - Method in interface javax.jnlp.DownloadService2
 
getCacheFile(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
Returns the file for the locally cached contents of the source.
getCacheFile(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
Returns a file containing the downloaded resource.
getCacheURL(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
Returns a URL pointing to the cached location of the resource, or the resource itself if it is a non-cacheable resource.
getCAKeyStores() - Static method in class net.sourceforge.jnlp.security.KeyStores
Returns an array of KeyStore that contain trusted CA certificates.
getCategory() - Method in exception net.sourceforge.jnlp.LaunchException
Returns the category string, a short description of the exception suitable for displaying in a window title.
getCause() - Method in exception net.sourceforge.jnlp.LaunchException
Return the cause of the launch exception or null if there is no cause exception.
getCause() - Method in exception net.sourceforge.jnlp.ParseException
Return the cause of the launch exception or null if there is no cause exception.
getCauses() - Method in exception net.sourceforge.jnlp.LaunchException
Returns the causes for this exception.
getCert() - Method in class net.sourceforge.jnlp.security.SecurityWarningDialog
 
getCertKeyStores() - Static method in class net.sourceforge.jnlp.security.KeyStores
Returns an array of KeyStore that contain certificates that are trusted.
getCertPath() - Method in interface net.sourceforge.jnlp.security.CertVerifier
Return a valid certificate path to this certificate(s) being verified
getCertPath() - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
 
getCertPath() - Method in class net.sourceforge.jnlp.tools.JarSigner
 
getCerts() - Method in class net.sourceforge.jnlp.tools.JarSigner
 
getCheck() - Method in class net.sourceforge.jnlp.UpdateDesc
 
getClientKeyStores() - Static method in class net.sourceforge.jnlp.security.KeyStores
Returns KeyStores containing trusted client certificates
getClipboardService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the ClipboardService reference, or null if the service is unavailable.
getCN(String) - Static method in class net.sourceforge.jnlp.security.SecurityUtil
Extracts the CN field from a Certificate principal string.
getCodeBase() - Method in interface javax.jnlp.BasicService
 
getCodeBase() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the codebase URL for the JNLP file.
getComponent() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the launch information for a component.
getContent() - Method in class net.sourceforge.nanoxml.XMLElement
Returns the PCDATA content of the object.
getContents() - Method in interface javax.jnlp.ClipboardService
 
getContents() - Method in class net.sourceforge.jnlp.tools.JarSignerResources
Returns the contents of this ResourceBundle.
getContentsAsReader() - Method in class net.sourceforge.jnlp.util.XDesktopEntry
Returns the contents of the XDesktopEntry through the Reader interface.
getDefaultPage() - Method in interface javax.jnlp.PrintService
 
getDefaultPage() - Method in class net.sourceforge.jnlp.services.XPrintService
 
getDefaultProgressWindow() - Method in interface javax.jnlp.DownloadService
 
getDepth() - Method in class net.sourceforge.jnlp.IconDesc
Returns the icon depth or -1 if not specified in the JNLPFile.
getDescription() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the default description for the application.
getDescription(Object) - Method in class net.sourceforge.jnlp.InformationDesc
Returns the application's description of the specified type.
getDescription() - Method in exception net.sourceforge.jnlp.LaunchException
Return a description of the exception and the action being performed when the exception occurred.
getDescription() - Method in class net.sourceforge.jnlp.RelatedContentDesc
Returns the description of the related content
getDetails() - Method in interface net.sourceforge.jnlp.security.CertVerifier
Get the details regarding issue(s) with this certificate
getDetails() - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
 
getDetails() - Method in class net.sourceforge.jnlp.tools.JarSigner
 
getDocumentBase() - Method in class net.sourceforge.jnlp.AppletDesc
Returns the document base
getDownloadService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the DownloadService reference, or null if the service is unavailable.
getExpirationDate() - Method in class javax.jnlp.DownloadService2.ResourceSpec
 
getExtensionInstallerService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the ExtensionInstallerService reference, or null if the service is unavailable.
getExtensionLocation() - Method in interface javax.jnlp.ExtensionInstallerService
 
getExtensionParts(String) - Method in class net.sourceforge.jnlp.ExtensionDesc
Returns the parts in the extension JNLP file mapped to the part of the main file.
getExtensions() - Method in class net.sourceforge.jnlp.AssociationDesc
Return the extensions for this association
getExtensions() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the Extensions.
getExtensionVersion() - Method in interface javax.jnlp.ExtensionInstallerService
 
getFile() - Method in exception net.sourceforge.jnlp.LaunchException
Returns the JNLPFile being launched.
getFile() - Method in class net.sourceforge.jnlp.security.SecurityWarningDialog
 
getFileLocation() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the location of the file parsed to create the JNLP file, or null if it was not created from a URL.
getFileOpenService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the FileOpenService reference, or null if the service is unavailable.
getFilePointer() - Method in interface javax.jnlp.JNLPRandomAccessFile
 
getFilePointer() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
 
getFileSaveService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the FileSaveService reference, or null if the service is unavailable.
getFileVersion() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the JNLP file's version.
getHeight() - Method in class net.sourceforge.jnlp.AppletDesc
Returns the height
getHeight() - Method in class net.sourceforge.jnlp.IconDesc
Returns the icon height or -1 if not specified in the JNLPFile.
getHomepage() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the application's homepage.
getIcon() - Method in class net.sourceforge.jnlp.RelatedContentDesc
Returns the icon descriptor for the realted content
getIconLocation(Object, int, int) - Method in class net.sourceforge.jnlp.InformationDesc
Returns the URL of the icon closest to the specified size and kind.
getIcons(Object) - Method in class net.sourceforge.jnlp.InformationDesc
Returns the icons specified by the JNLP file.
getIconSize() - Method in class net.sourceforge.jnlp.util.XDesktopEntry
Get the size of the icon (in pixels) for the desktop shortcut
getInformation() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the information section of the JNLP file as viewed through the default locale.
getInformation(Locale) - Method in class net.sourceforge.jnlp.JNLPFile
Returns the information section of the JNLP file as viewed through the specified locale.
getInformation(Locale) - Method in class net.sourceforge.jnlp.PluginBridge
 
getInitialDelay() - Method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
Return the initial delay before obtaining a listener.
getInitialDelay() - Method in interface net.sourceforge.jnlp.cache.DownloadIndicator
Return a time in milliseconds to wait for a download to complete before obtaining a listener for the download.
getInitialHeapSize() - Method in class net.sourceforge.jnlp.JREDesc
Returns the initial heap size in bytes.
getInputStream() - Method in interface javax.jnlp.FileContents
 
getInputStream(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
Returns an input stream that reads the contents of the resource.
getInstalledJRE(URL, String) - Method in interface javax.jnlp.ExtensionInstallerService
 
getInstaller() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the launch information for an installer.
getInstallPath() - Method in interface javax.jnlp.ExtensionInstallerService
 
getInstance() - Static method in class net.sourceforge.jnlp.security.VariableX509TrustManager
Return an instance of this singleton
getItem(Object) - Method in class net.sourceforge.jnlp.InformationDesc
Returns the last item matching the specified key.
getItems(Object) - Method in class net.sourceforge.jnlp.InformationDesc
Returns all items matching the specified key.
getJARs() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns all of the JARs.
getJARs(String) - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the JARs with the specified part name.
getJarSigner() - Method in class net.sourceforge.jnlp.security.SecurityWarningDialog
 
getJNLPFile() - Method in class net.sourceforge.jnlp.ExtensionDesc
Returns a JNLPFile for the extension, or null if the JNLP file has not been resolved.
getJNLPFile() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the JNLPFile the information is for.
getJNLPFile() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the JNLPFile the resources are for.
getJREs() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the JVMs.
getKey() - Method in class net.sourceforge.jnlp.PropertyDesc
Returns the property's key
getKeyStore(KeyStores.Level, KeyStores.Type) - Static method in class net.sourceforge.jnlp.security.KeyStores
Returns a KeyStore corresponding to the appropriate level level (user or system) and type.
getKeyStore(KeyStores.Level, KeyStores.Type, boolean) - Static method in class net.sourceforge.jnlp.security.KeyStores
Returns a KeyStore corresponding to the appropriate level level (user or system) and type.
getKeyStoreLocation(KeyStores.Level, KeyStores.Type) - Static method in class net.sourceforge.jnlp.security.KeyStores
Returns the location of a KeyStore corresponding to the given level and type.
getKind() - Method in class net.sourceforge.jnlp.IconDesc
Returns the icon type.
getLastModified() - Method in class javax.jnlp.DownloadService2.ResourceSpec
 
getLastUpdated() - Method in class net.sourceforge.jnlp.cache.CacheEntry
Returns the time in the local system clock that the file was most recently checked for an update.
getLaunchInfo() - Method in class net.sourceforge.jnlp.JNLPFile
Returns an object of one of the following types: AppletDesc, ApplicationDesc and InstallerDesc
getLength() - Method in interface javax.jnlp.FileContents
 
getLineNr() - Method in class net.sourceforge.nanoxml.XMLElement
Returns the line nr in the source data on which the element is found.
getLineNr() - Method in exception net.sourceforge.nanoxml.XMLParseException
Where the error occurred, or NO_LINE if the line number is unknown.
getListener(ApplicationInstance, String, URL[]) - Method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
Return a download service listener that displays the progress in a shared download info window.
getListener(ApplicationInstance, String, URL[]) - Method in interface net.sourceforge.jnlp.cache.DownloadIndicator
Return a download service listener that displays the progress of downloading resources.
getLocales() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the locales for the information.
getLocales() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the locale required by these resources, or null if no locale was specified in the JNLP file.
getLocation() - Method in class net.sourceforge.jnlp.cache.CacheEntry
Returns the remote location this entry caches.
getLocation() - Method in class net.sourceforge.jnlp.cache.Resource
Returns the remote location of the resource.
getLocation() - Method in class net.sourceforge.jnlp.ExtensionDesc
Returns the location of the extension JNLP file.
getLocation() - Method in class net.sourceforge.jnlp.IconDesc
Returns the location of the icon.
getLocation() - Method in class net.sourceforge.jnlp.JARDesc
Returns the URL of the JAR file.
getLocation() - Method in class net.sourceforge.jnlp.JREDesc
Returns the JRE version string.
getLocation() - Method in class net.sourceforge.jnlp.RelatedContentDesc
Returns the location of the related content.
getMainClass() - Method in class net.sourceforge.jnlp.AppletDesc
Returns the main class name
getMainClass() - Method in class net.sourceforge.jnlp.ApplicationDesc
Returns the main class name
getMainClass() - Method in class net.sourceforge.jnlp.InstallerDesc
Returns the main class name and package.
getMainJAR() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the main JAR for these resources.
getMaximumHeapSize() - Method in class net.sourceforge.jnlp.JREDesc
Returns the maximum heap size in bytes.
getMaxLength() - Method in interface javax.jnlp.FileContents
 
getMenu() - Method in class net.sourceforge.jnlp.ShortcutDesc
Returns the menu this shortcut should be added to
getMethod(Class, String, Object[]) - Method in class net.sourceforge.jnlp.util.Reflect
Return the Method matching the specified name and number of arguments.
getMimeType() - Method in class net.sourceforge.jnlp.AssociationDesc
Return the mimetype for this association
getName() - Method in interface javax.jnlp.FileContents
 
getName() - Method in class net.sourceforge.jnlp.AppletDesc
Returns the applet name
getName() - Method in class net.sourceforge.jnlp.ExtensionDesc
Returns the name of the extension.
getName() - Method in class net.sourceforge.jnlp.PackageDesc
Returns the package name.
getName() - Method in class net.sourceforge.nanoxml.XMLElement
Returns the name of the element.
getNames(URL) - Method in interface javax.jnlp.PersistenceService
 
getNewVMArgs() - Method in class net.sourceforge.jnlp.JNLPFile
 
getOS() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the os required by these resources, or null if no locale was specified in the JNLP file.
getOutputStream(boolean) - Method in interface javax.jnlp.FileContents
 
getOutputStream(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
Returns a buffered output stream open for writing to the cache file.
getPackages() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the Packages.
getPackages(String) - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the Packages that match the specified class name.
getParameters() - Method in class net.sourceforge.jnlp.AppletDesc
Returns the applet parameters
getPart() - Method in class net.sourceforge.jnlp.JARDesc
Returns the part name, or null if not specified in the JNLP file.
getPart() - Method in class net.sourceforge.jnlp.PackageDesc
Returns the part name.
getParts(String) - Method in class net.sourceforge.jnlp.Version
Return the constituent parts of a version string.
getPassword() - Static method in class net.sourceforge.jnlp.security.KeyStores
 
getPasswordAuthentication() - Method in class net.sourceforge.jnlp.security.JNLPAuthenticator
 
getPermissions() - Method in class net.sourceforge.jnlp.SecurityDesc
Returns a PermissionCollection containing the basic permissions granted depending on the security type.
getPersistenceService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the PersistenceService reference, or null if the service is unavailable.
getPolicy() - Method in class net.sourceforge.jnlp.UpdateDesc
 
getPrintService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the PrintService reference, or null if the service is unavailable.
getProperties() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the Properties as a list.
getPropertiesMap() - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns the properties as a map.
getProperty(String) - Method in class net.sourceforge.jnlp.util.PropertiesFile
Returns the value of the specified key, or null if the key does not exist.
getProperty(String, String) - Method in class net.sourceforge.jnlp.util.PropertiesFile
Returns the value of the specified key, or the default value if the key does not exist.
getPublisher() - Method in interface net.sourceforge.jnlp.security.CertVerifier
Returns the application's publisher's certificate.
getPublisher() - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
 
getPublisher() - Method in class net.sourceforge.jnlp.tools.JarSigner
 
getRandomAccessFile(String) - Method in interface javax.jnlp.FileContents
 
getReadPermission(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
Returns the Permission object necessary to access the resource, or null if no permission is needed.
getRelatedContents() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the related-contents specified by this JNLP file
getResource(URL, Version, UpdatePolicy) - Static method in class net.sourceforge.jnlp.cache.Resource
Return a shared Resource object representing the given location and version.
getResourceLocation() - Method in class net.sourceforge.jnlp.event.DownloadEvent
Returns the location of the resource being downloaded.
getResources() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the resources section of the JNLP file as viewed through the default locale and the os.name and os.arch properties.
getResources(Locale, String, String) - Method in class net.sourceforge.jnlp.JNLPFile
Returns the information section of the JNLP file for the specified locale, os, and arch.
getResources(Locale, String, String) - Method in class net.sourceforge.jnlp.PluginBridge
 
getResources(Class<T>) - Method in class net.sourceforge.jnlp.ResourcesDesc
Returns all resources of the specified type.
getResourcesDesc() - Method in class net.sourceforge.jnlp.JREDesc
Returns the resources defined for this JRE.
getRoot() - Method in interface net.sourceforge.jnlp.security.CertVerifier
Returns the application's root's certificate.
getRoot() - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
 
getRoot() - Method in class net.sourceforge.jnlp.tools.JarSigner
 
getRootInCacerts() - Method in interface net.sourceforge.jnlp.security.CertVerifier
Return if the root is in CA certs
getRootInCacerts() - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
 
getRootInCacerts() - Method in class net.sourceforge.jnlp.tools.JarSigner
 
getSandBoxPermissions() - Method in class net.sourceforge.jnlp.SecurityDesc
Returns a PermissionCollection containing the sandbox permissions
getSecurity() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the security section of the JNLP file.
getSecurityType() - Method in class net.sourceforge.jnlp.SecurityDesc
Returns the permissions type, one of: ALL_PERMISSIONS, SANDBOX_PERMISSIONS, J2EE_PERMISSIONS.
getServiceNames() - Static method in class javax.jnlp.ServiceManager
 
getServiceNames() - Method in interface javax.jnlp.ServiceManagerStub
 
getServiceNames() - Method in class net.sourceforge.jnlp.services.XServiceManagerStub
Returns the service names.
getSeverity() - Method in exception net.sourceforge.jnlp.LaunchException
Returns a short description of the severity of the problem.
getShortcut() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the shortcut specified by this JNLP file
getSingleInstanceService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns the SingleInstanceService reference, or null if the service is unavailable.
getSize() - Method in class javax.jnlp.DownloadService2.ResourceSpec
 
getSize() - Method in class net.sourceforge.jnlp.IconDesc
Returns the icon size or -1 if not specified in the JNLPFile.
getSourceLocation() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the JNLP file's network location as specified in the JNLP file.
getSpecVersion() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the specification version required by the file.
getStoreFile() - Method in class net.sourceforge.jnlp.util.PropertiesFile
Returns the file backing this properties object.
getSubMenu() - Method in class net.sourceforge.jnlp.MenuDesc
Returns the submenu for this menu entry.
getSummary() - Method in exception net.sourceforge.jnlp.LaunchException
Returns a one-sentence summary of the problem.
getSupportedVersions() - Static method in class net.sourceforge.jnlp.JNLPFile
Returns the JNLP specification versions supported.
getSystemCertStore() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
Returns the keystore associated with the system certs file, or null otherwise.
getTag(URL) - Method in interface javax.jnlp.PersistenceService
 
getTitle() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the application's title.
getTitle() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the JNLP file's title.
getTitle() - Method in class net.sourceforge.jnlp.PluginBridge
 
getTitle() - Method in class net.sourceforge.jnlp.RelatedContentDesc
Returns the title of this content..
getTotalSize(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
Returns the number of total size in bytes of a resource, or -1 it the size is not known.
getTracker() - Method in class net.sourceforge.jnlp.event.DownloadEvent
Returns the tracker that owns the resource.
getTrustedCertsFilename() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
 
getTrustedCertsPassword() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
 
getType() - Method in class javax.jnlp.DownloadService2.ResourceSpec
 
getUniqueKey() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the location of the parent file if it exists, null otherwise
getUpdate() - Method in class net.sourceforge.jnlp.JNLPFile
Returns the update section of the JNLP file.
getUpdateAvaiableReosurces(DownloadService2.ResourceSpec) - Method in interface javax.jnlp.DownloadService2
 
getUpdatePolicy() - Method in class net.sourceforge.jnlp.cache.Resource
Returns the update policy for this resource
getUpdatePolicy() - Method in class net.sourceforge.jnlp.Launcher
Returns the update policy used when launching applications.
getUpdateRate() - Method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
Return the update rate.
getUpdateRate() - Method in interface net.sourceforge.jnlp.cache.DownloadIndicator
Return the desired time in milliseconds between updates.
getUrl() - Method in class javax.jnlp.DownloadService2.ResourceSpec
 
getUserKeyStore() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
Returns the keystore associated with the user's trusted.certs file, or null otherwise.
getValue() - Method in class net.sourceforge.jnlp.controlpanel.ComboItem
Get the value associated with this item.
getValue() - Method in class net.sourceforge.jnlp.PropertyDesc
Returns the property's value
getValue() - Method in class net.sourceforge.jnlp.security.SecurityWarningDialog
 
getVendor() - Method in class net.sourceforge.jnlp.InformationDesc
Returns the application's vendor.
getVersion() - Method in class javax.jnlp.DownloadService2.ResourceSpec
 
getVersion() - Method in class net.sourceforge.jnlp.ExtensionDesc
Returns the required version of the extension JNLP file.
getVersion() - Method in class net.sourceforge.jnlp.JARDesc
Returns the required version of the JAR file.
getVersion() - Method in class net.sourceforge.jnlp.JREDesc
Returns the JRE version.
getVersionStrings() - Method in class net.sourceforge.jnlp.Version
Return the individual version strings that make up a Version.
getVMArgs() - Method in class net.sourceforge.jnlp.JREDesc
Returns the additional arguments to pass to the Java VM Can be null
getWidth() - Method in class net.sourceforge.jnlp.AppletDesc
Returns the width
getWidth() - Method in class net.sourceforge.jnlp.IconDesc
Returns the icon width or -1 if not specified in the JNLPFile.
greater(List<String>, List<String>) - Method in class net.sourceforge.jnlp.Version
Returns whether the parts of one version are greater than the parts of another version.

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