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

I

IconDesc - Class in net.sourceforge.jnlp
The icon element.
IMAGE - Static variable in interface javax.jnlp.DownloadService2
 
implies(ProtectionDomain, Permission) - Method in class net.sourceforge.jnlp.runtime.JNLPPolicy
 
info - Variable in class net.sourceforge.jnlp.JNLPFile
information
InformationDesc - Class in net.sourceforge.jnlp
The information element.
InformationDesc(JNLPFile, Locale[]) - Constructor for class net.sourceforge.jnlp.InformationDesc
Create an information element object.
initialize() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
Initialize the application's environment (installs environment variables, etc).
initialize(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
Initialize the JNLP runtime environment by installing the security manager and security policy, initializing the JNLP standard services, etc.
initializeSingleInstance() - Method in class net.sourceforge.jnlp.services.XSingleInstanceService
Initialize the new SingleInstanceService
initMutex - Static variable in class net.sourceforge.jnlp.runtime.JNLPRuntime
mutex to wait on, for initialization
inKeyStores(X509Certificate, KeyStore[]) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
Checks whether an X509Certificate is already in one of the keystores
insertUpdate(DocumentEvent) - Method in class net.sourceforge.jnlp.controlpanel.DocumentAdapter
 
InstallerDesc - Class in net.sourceforge.jnlp
The installer-desc element.
InstallerDesc(String) - Constructor for class net.sourceforge.jnlp.InstallerDesc
Creates a installer descriptor.
installFailed() - Method in interface javax.jnlp.ExtensionInstallerService
 
installSucceeded(boolean) - Method in interface javax.jnlp.ExtensionInstallerService
 
InstanceExistsException - Exception in net.sourceforge.jnlp.services
This class represents an exception indicating that an application instance already exists for this jnlp file
InstanceExistsException(String) - Constructor for exception net.sourceforge.jnlp.services.InstanceExistsException
 
IntegrationService - Interface in javax.jnlp
 
invalidValue(String, String) - Method in class net.sourceforge.nanoxml.XMLElement
Creates a parse exception for when an invalid value is given to a method.
invalidValueSet(String) - Method in class net.sourceforge.nanoxml.XMLElement
Creates a parse exception for when an invalid valueset is given to a method.
invoke(Object, String) - Method in class net.sourceforge.jnlp.util.Reflect
Invoke a zero-parameter method by name on the specified object.
invoke(Object, String, Object[]) - Method in class net.sourceforge.jnlp.util.Reflect
Invoke a method by name with the specified parameters.
invokeStatic(String, String) - Method in class net.sourceforge.jnlp.util.Reflect
Invoke a zero-parameter static method by name.
invokeStatic(String, String, Object[]) - Method in class net.sourceforge.jnlp.util.Reflect
Invoke the static method using the specified parameters.
isActive() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
 
isAlive() - Method in class net.sourceforge.jnlp.NetxPanel
 
isApplet() - Method in class net.sourceforge.jnlp.JNLPFile
Returns whether the lauch descriptor describes an Applet.
isApplet() - Method in class net.sourceforge.jnlp.PluginBridge
 
isApplication() - Method in class net.sourceforge.jnlp.JNLPFile
Returns whether the lauch descriptor describes an Application.
isApplication() - Method in class net.sourceforge.jnlp.PluginBridge
 
isCacheable(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
Returns whether the resource can be cached as a local file; if not, then URLConnection.openStream can be used to obtain the contents.
isCacheable() - Method in class net.sourceforge.jnlp.JARDesc
Returns if this jar is cacheable
isCached() - Method in class net.sourceforge.jnlp.cache.CacheEntry
Returns true if the cache has a local copy of the contents of the URL matching the specified version string.
isCached(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
Returns true if the cache has a local copy of the contents of the URL matching the specified version string.
isComponent() - Method in class net.sourceforge.jnlp.JNLPFile
Returns whether the lauch descriptor describes a Component.
isComponent() - Method in class net.sourceforge.jnlp.PluginBridge
 
isCreateAppContext() - Method in class net.sourceforge.jnlp.Launcher
Returns whether applications are launched in their own AppContext.
isCurrent(URLConnection) - Method in class net.sourceforge.jnlp.cache.CacheEntry
Returns whether there is a version of the URL contents in the cache and it is up to date.
isCurrent(URL, Version, URLConnection) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
Returns whether there is a version of the URL contents in the cache and it is up to date.
isDebug() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
Return whether debug statements for the JNLP client code should be printed.
isDir() - Method in class net.sourceforge.jnlp.cache.DirectoryNode
Check if this node is a directory.
isEager() - Method in class net.sourceforge.jnlp.JARDesc
Returns true if the JAR file should be downloaded before starting the application.
isExtensionPartCached(URL, String, String) - Method in interface javax.jnlp.DownloadService
 
isExtensionPartCached(URL, String, String[]) - Method in interface javax.jnlp.DownloadService
 
isFullySignedByASingleCert() - Method in class net.sourceforge.jnlp.tools.JarSigner
Returns whether or not all entries have a common signer.
isHeadless() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
Returns whether the JNLP client will use any AWT/Swing components.
isInitialized() - Method in class net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsDialog
Check whether the dialog has finished being created.
isInitialized() - Method in class net.sourceforge.jnlp.controlpanel.CacheViewer
Check whether the dialog has finished being created.
isInitialized() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
Returns whether the JNLP runtime environment has been initialized.
isInitialized() - Method in class net.sourceforge.jnlp.security.SecurityDialog
Returns if this dialog has been fully initialized yet.
isInitialized() - Method in class net.sourceforge.jnlp.security.viewer.CertificateViewer
 
isInstaller() - Method in class net.sourceforge.jnlp.JNLPFile
Returns whether the lauch descriptor describes an Installer.
isInstaller() - Method in class net.sourceforge.jnlp.PluginBridge
 
isLazy() - Method in class net.sourceforge.jnlp.JARDesc
Returns true if the JAR file should be downloaded on demand.
isLocalFile(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
 
isLocked() - Method in class net.sourceforge.jnlp.config.Setting
 
isMain() - Method in class net.sourceforge.jnlp.JARDesc
Returns true if the JNLP file defined this JAR as containing the main class.
isNative() - Method in class net.sourceforge.jnlp.JARDesc
Returns true if the JAR file contains native code libraries.
isOffline() - Method in interface javax.jnlp.BasicService
 
isOfflineAllowed() - Method in class net.sourceforge.jnlp.InformationDesc
Returns whether offline execution allowed.
isOnline() - Method in class net.sourceforge.jnlp.ShortcutDesc
Returns whether the shortcut requires being online
isPartCached(String) - Method in interface javax.jnlp.DownloadService
 
isPartCached(String[]) - Method in interface javax.jnlp.DownloadService
 
isPlatformVersion() - Method in class net.sourceforge.jnlp.JREDesc
Returns true if the JRE version is a Java platform version (java.specification.version property) or false if it is a product version (java.version property).
isRecursive() - Method in class net.sourceforge.jnlp.PackageDesc
Returns whether subpackages should be matched by this package.
isResizable() - Method in class net.sourceforge.jnlp.runtime.AppletInstance
Returns whether the applet is resizable.
isResourceCached(URL, String) - Method in interface javax.jnlp.DownloadService
 
isRunning() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
Returns whether the application is running.
isSecurityEnabled() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
Returns whether the secure runtime environment is enabled.
isSet(int) - Method in class net.sourceforge.jnlp.cache.Resource
Returns true if any of the specified flags are set.
isSharingAllowed() - Method in class net.sourceforge.jnlp.InformationDesc
Returns whether the resources specified in the JNLP file may be shared by more than one instance in the same JVM (JNLP extension).
isSigned() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
Returns whether or not this jar is signed.
isSplashScreenValid() - Method in class net.sourceforge.jnlp.JNLPSplashScreen
 
isStrict() - Method in class net.sourceforge.jnlp.ParserSettings
 
isUnix() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
 
isVerifying() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
Returns whether we are verifying code signing.
isVersionId() - Method in class net.sourceforge.jnlp.Version
Returns true if the version represents a version-id (a single version number such as 1.2) and false otherwise.
isWebBrowserSupported() - Method in interface javax.jnlp.BasicService
 
isWebstartApplication() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
Returns true if a webstart application has been initialized, and false for a plugin applet.
isWindows() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
 
isWindowsKeyStore(String) - Static method in class net.sourceforge.jnlp.tools.KeyStoreUtil
Returns true if KeyStore has a password.
itemStateChanged(ItemEvent) - Method in class net.sourceforge.jnlp.controlpanel.DebuggingPanel
 
itemStateChanged(ItemEvent) - Method in class net.sourceforge.jnlp.controlpanel.DesktopShortcutPanel
 

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