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

D

DebuggingPanel - Class in net.sourceforge.jnlp.controlpanel
This displays the options related to debugging.
DebuggingPanel(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.DebuggingPanel
Create a new instance of the debugging panel.
DEFAULT - Static variable in class net.sourceforge.jnlp.IconDesc
default icon
DEFAULT - Static variable in class net.sourceforge.jnlp.InformationDesc
default description
defaultArch - Variable in class net.sourceforge.jnlp.JNLPFile
the default jvm
DefaultDownloadIndicator - Class in net.sourceforge.jnlp.cache
Show the progress of downloads.
DefaultDownloadIndicator() - Constructor for class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
 
DefaultLaunchHandler - Class in net.sourceforge.jnlp
This default implementation shows prints the exception to stdout and if not in headless mode displays the exception in a dialog.
DefaultLaunchHandler() - Constructor for class net.sourceforge.jnlp.DefaultLaunchHandler
 
defaultLocale - Variable in class net.sourceforge.jnlp.JNLPFile
the default OS
defaultOS - Variable in class net.sourceforge.jnlp.JNLPFile
the default arch
Defaults - Class in net.sourceforge.jnlp.config
This class stores the default configuration
Defaults() - Constructor for class net.sourceforge.jnlp.config.Defaults
 
delete(URL) - Method in interface javax.jnlp.PersistenceService
 
deleteWithErrMesg(File, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
Tries to delete file f.
deleteWithErrMesg(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
Tries to delete file f.
DEPLOYMENT_COMMENT - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
 
DEPLOYMENT_CONFIG - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
 
DEPLOYMENT_DIR - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
 
DEPLOYMENT_PROPERTIES - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
 
DeploymentConfiguration - Class in net.sourceforge.jnlp.config
Manages the various properties and configuration related to deployment.
DeploymentConfiguration() - Constructor for class net.sourceforge.jnlp.config.DeploymentConfiguration
 
DeploymentConfiguration.ConfigType - Enum in net.sourceforge.jnlp.config
 
DesktopShortcutPanel - Class in net.sourceforge.jnlp.controlpanel
This class provides the panel that allows the user to set whether they want to create a desktop shortcut for javaws.
DesktopShortcutPanel(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.DesktopShortcutPanel
Create a new instance of the desktop shortcut settings panel.
destroy() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
Disposes the applet's resources and disables the applet environment from further use; after calling this method the applet stub and context methods throw IllegalStateExceptions.
destroy() - Method in class net.sourceforge.jnlp.runtime.AppletInstance
Stop the application and destroy its resources.
destroy() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
Stop the application and destroy its resources.
DirectoryNode - Class in net.sourceforge.jnlp.cache
 
DirectoryNode(String, String, DirectoryNode) - Constructor for class net.sourceforge.jnlp.cache.DirectoryNode
Create a new instance of DirectoryNode.
DirectoryNode(String, File, DirectoryNode) - Constructor for class net.sourceforge.jnlp.cache.DirectoryNode
Create a new instance of DirectoryNode.
DirectoryNode(String, File, ArrayList<DirectoryNode>, DirectoryNode) - Constructor for class net.sourceforge.jnlp.cache.DirectoryNode
Create a new instance of DirectoryNode.
DIRTY - Static variable in interface javax.jnlp.PersistenceService
 
DISABLED - Static variable in class net.sourceforge.jnlp.IconDesc
disabled icon
disableExit() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
Disables applets from calling exit.
displayablePath(String) - Static method in class net.sourceforge.jnlp.util.FileUtils
Returns a String that is suitable for using in GUI elements for displaying (long) paths to users.
displayablePath(String, int) - Static method in class net.sourceforge.jnlp.util.FileUtils
Return a String that is suitable for using in GUI elements for displaying paths to users.
dispose() - Method in class net.sourceforge.jnlp.security.SecurityDialog
Called when the SecurityDialog is hidden - either because the user made a choice (Ok, Cancel, etc) or closed the window
disposeListener(DownloadServiceListener) - Method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
Remove a download service listener that was obtained by calling the getDownloadListener method from the shared download info window.
disposeListener(DownloadServiceListener) - Method in interface net.sourceforge.jnlp.cache.DownloadIndicator
Indicates that a download service listener that was obtained from the getDownloadListener method will no longer be used.
DocumentAdapter - Class in net.sourceforge.jnlp.controlpanel
Updates the property as it happens.
DocumentAdapter(String[], int) - Constructor for class net.sourceforge.jnlp.controlpanel.DocumentAdapter
This creates a new instance of DocumentAdapter.
DocumentAdapter(DeploymentConfiguration, String) - Constructor for class net.sourceforge.jnlp.controlpanel.DocumentAdapter
This creates a new instance of DocumentAdapter.
DOWNLOAD - Static variable in class net.sourceforge.jnlp.cache.Resource
 
downloadCompleted(DownloadEvent) - Method in interface net.sourceforge.jnlp.event.DownloadListener
Called when a download completed or there was an error.
DOWNLOADED - Static variable in class net.sourceforge.jnlp.cache.Resource
 
DownloadEvent - Class in net.sourceforge.jnlp.event
This event is sent during the launch of an application.
DownloadEvent(ResourceTracker, Resource) - Constructor for class net.sourceforge.jnlp.event.DownloadEvent
Creates a launch event for the specified application instance.
downloadFailed(URL, String) - Method in interface javax.jnlp.DownloadServiceListener
 
DownloadIndicator - Interface in net.sourceforge.jnlp.cache
A DownloadIndicator creates DownloadServiceListeners that are notified of resources being transferred and their progress.
DOWNLOADING - Static variable in class net.sourceforge.jnlp.cache.Resource
 
DownloadListener - Interface in net.sourceforge.jnlp.event
The listener that is notified of the state of resources being downloaded by a ResourceTracker.
downloadOptions - Variable in class net.sourceforge.jnlp.cache.ResourceUrlCreator
 
DownloadOptions - Class in net.sourceforge.jnlp
 
DownloadOptions(boolean, boolean) - Constructor for class net.sourceforge.jnlp.DownloadOptions
 
DownloadService - Interface in javax.jnlp
 
DownloadService2 - Interface in javax.jnlp
 
DownloadService2.ResourceSpec - Class in javax.jnlp
 
DownloadService2.ResourceSpec(String, String, int) - Constructor for class javax.jnlp.DownloadService2.ResourceSpec
 
DownloadServiceListener - Interface in javax.jnlp
 
downloadStarted(DownloadEvent) - Method in interface net.sourceforge.jnlp.event.DownloadListener
Called when a download starts.
dump(Certificate, PrintStream) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
Writes the certificate in base64 encoded from to the print stream.

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