JDIC API V2006 Release 0308
A B C D E F G H I J M N O P R S T U W

A

Action - Class in org.jdesktop.jdic.filetypes
This class represents an action that could be applied to a particular file type.
Action(String, String) - Constructor for class org.jdesktop.jdic.filetypes.Action
Constructor of an Action object.
Action(String, String, String) - Constructor for class org.jdesktop.jdic.filetypes.Action
Constructor of an Action object.
addAction(Action) - Method in class org.jdesktop.jdic.filetypes.Association
Adds a given action to the action list of this Association.
addActionListener(ActionListener) - Method in class org.jdesktop.jdic.tray.TrayIcon
Adds the specified ActionListener to the list of ActionListeners for this component.
addBalloonActionListener(ActionListener) - Method in class org.jdesktop.jdic.tray.TrayIcon
Adds the specified ActionListener to the list of ActionListeners for this trayicon's balloon message.
addFileExtension(String) - Method in class org.jdesktop.jdic.filetypes.Association
Adds one file extension to the file extension list of this Association.
addNotify() - Method in class org.jdesktop.jdic.browser.WebBrowser
Creates the peer for this WebBrowser component.
addTrayIcon(TrayIcon) - Method in class org.jdesktop.jdic.tray.SystemTray
Adds a TrayIcon to the SystemTray
addWebBrowserListener(WebBrowserListener) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Adds a WebBrowserEvent listener.
addWebBrowserListener(WebBrowserListener) - Method in class org.jdesktop.jdic.browser.WebBrowser
Adds a WebBrowserEvent listener to the listener list.
asComponent() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Returns the component to which the Browser paints.
asComponent() - Method in class org.jdesktop.jdic.browser.WebBrowser
 
Association - Class in org.jdesktop.jdic.filetypes
This class represents a file type association.
Association() - Constructor for class org.jdesktop.jdic.filetypes.Association
 
AssociationAlreadyRegisteredException - Exception in org.jdesktop.jdic.filetypes
An AssociationAlreadyRegisteredException is thrown by certain methods of AssociationService while trying to add an association already existed in the system.
AssociationAlreadyRegisteredException() - Constructor for exception org.jdesktop.jdic.filetypes.AssociationAlreadyRegisteredException
Constructs an AssociationAlreadyRegisteredException object with no detail message.
AssociationAlreadyRegisteredException(String) - Constructor for exception org.jdesktop.jdic.filetypes.AssociationAlreadyRegisteredException
Constructs an AssociationAlreadyRegisteredException object with the specified detail message.
AssociationException - Exception in org.jdesktop.jdic.filetypes
The AssociationException class and its subclasses are thrown by certain methods of AssociationService to indicate the operation fails.
AssociationException() - Constructor for exception org.jdesktop.jdic.filetypes.AssociationException
Constructs an AssociationException object with no detail message.
AssociationException(String) - Constructor for exception org.jdesktop.jdic.filetypes.AssociationException
Constructs an AssociationException object with the specified detail message.
AssociationNotRegisteredException - Exception in org.jdesktop.jdic.filetypes
An AssociationNotRegisteredException is thrown by certain methods of AssociationService while trying to remove an association not existed in the system.
AssociationNotRegisteredException() - Constructor for exception org.jdesktop.jdic.filetypes.AssociationNotRegisteredException
Constructs an AssociationNotRegisteredException object with no detail message.
AssociationNotRegisteredException(String) - Constructor for exception org.jdesktop.jdic.filetypes.AssociationNotRegisteredException
Constructs an AssociationNotRegisteredException object with the specified detail message.
AssociationService - Class in org.jdesktop.jdic.filetypes
The AssociationService class provides several methods to access the file type associations.
AssociationService() - Constructor for class org.jdesktop.jdic.filetypes.AssociationService
Constructor of an AssociationService object.

B

back() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Navigates to the previous session history item.
back() - Method in class org.jdesktop.jdic.browser.WebBrowser
Navigates backward one item in the history list.
browse(URL) - Static method in class org.jdesktop.jdic.desktop.Desktop
Launches the system default browser to show the given URL.
BrowserEngineManager - Class in org.jdesktop.jdic.browser
Factory pattern used to maitain instances of IBrowserEngine.

C

checkEnginesWhenAdded() - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
This method is called when the BrowserManager instance is created.

D

Desktop - Class in org.jdesktop.jdic.desktop
The Desktop class provides several methods to interact with the system applications and facilities.
DesktopException - Exception in org.jdesktop.jdic.desktop
A DesktopException is thrown by certain methods of Desktop class to indicate that the passed paramaters are invalid or the operation fails.
DesktopException() - Constructor for exception org.jdesktop.jdic.desktop.DesktopException
Constructs a DesktopException without a detail message.
DesktopException(String) - Constructor for exception org.jdesktop.jdic.desktop.DesktopException
Constructs a DesktopException with a detail message.
dispatchWebBrowserEvent(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
 
dispatchWebBrowserEvent(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowser
 
displayMessage(String, String, int) - Method in class org.jdesktop.jdic.tray.TrayIcon
Displays a popup message near the tray icon.
dispose() - Method in class org.jdesktop.jdic.browser.WebBrowser
Release this instance's resource and make it undisplayable.
documentCompleted(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when the document loading has been completed.
downloadCompleted(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when a download operation finishes, is halted, or fails.
downloadError(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when an error occurs during a download operation.
downloadProgress(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when the progress of a download operation is updated.
downloadStarted(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when a download operation is beginning.

E

edit(File) - Static method in class org.jdesktop.jdic.desktop.Desktop
Launches the associated editor to edit the given file.
equals(Object) - Method in class org.jdesktop.jdic.filetypes.Action
Overrides the same method of java.lang.Object.
equals(Object) - Method in class org.jdesktop.jdic.filetypes.Association
Overrides the same method of java.lang.Object.
ERROR_MESSAGE_TYPE - Static variable in class org.jdesktop.jdic.tray.TrayIcon
Used for error messages.
executeScript(String) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Executes specified JavaScript code in a currently opened document.
executeScript(String) - Method in class org.jdesktop.jdic.browser.WebBrowser
Executes the specified JavaScript code on the currently loaded document.

F

forward() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Navigates to the next session history item.
forward() - Method in class org.jdesktop.jdic.browser.WebBrowser
Navigates forward one item in the history list.

G

getActionByVerb(String) - Method in class org.jdesktop.jdic.filetypes.Association
Returns the action, whose verb field is the same with the specified verb.
getActionList() - Method in class org.jdesktop.jdic.filetypes.Association
Returns the action list of this Association.
getActiveEngine() - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
Get the active engine.Use the engine set by setActiveEngineelse use the system default engine.
getAssociationByContent(URL) - Method in class org.jdesktop.jdic.filetypes.AssociationService
Returns the association representing the file type of the file the given URL points to.
getAttachments() - Method in class org.jdesktop.jdic.desktop.Message
Gets an iterator of the message "Attachment" file list.
getBccAddrs() - Method in class org.jdesktop.jdic.desktop.Message
Gets an iterator of the message "Bcc" address list.
getBinaryPath() - Method in class org.jdesktop.jdic.init.JdicManager
 
getBody() - Method in class org.jdesktop.jdic.desktop.Message
Gets the "Body" field of the message.
getBrowserBinary() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
 
getBrowserBinary() - Static method in class org.jdesktop.jdic.browser.WebBrowser
Deprecated. As of release 0.9 of JDIC. This method was unnecessarily exposed and will be removed in a future release.
getBrowserEngine() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
The BrowserEngine that was responsible for creating the browser instance.
getBrowserEngine() - Method in class org.jdesktop.jdic.browser.WebBrowser
 
getBrowserName() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
Returns the standardadized name of the embedded browser engine.
getBrowserName() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
 
getBrowserName() - Method in class org.jdesktop.jdic.browser.MozillaEngine
 
getBrowserVersion() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
Additional information about the specific type and version of embedded browser component being used.
getBrowserVersion() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
Additional information about the specific type and version of embedded browser component being used.
getBrowserVersion() - Method in class org.jdesktop.jdic.browser.MozillaEngine
 
getCcAddrs() - Method in class org.jdesktop.jdic.desktop.Message
Gets an iterator of the message "Cc" address list.
getCharsetName() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
 
getCharsetName() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
 
getCharsetName() - Method in class org.jdesktop.jdic.browser.MozillaEngine
 
getCommand() - Method in class org.jdesktop.jdic.filetypes.Action
Returns the value of the command field.
getContent() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Returns the HTML content of a document, opened in a browser.
getContent() - Method in class org.jdesktop.jdic.browser.WebBrowser
Returns the HTML content of a document, loaded in a browser.
getData() - Method in class org.jdesktop.jdic.browser.WebBrowserEvent
Returns the event data.
getDefaultSystemTray() - Static method in class org.jdesktop.jdic.tray.SystemTray
Gets the default SystemTray for the desktop.
getDescription() - Method in class org.jdesktop.jdic.filetypes.Action
Returns the value of the description field.
getDescription() - Method in class org.jdesktop.jdic.filetypes.Association
Returns the description string of this Association.
getEmbeddedBinaryName() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
 
getEmbeddedBinaryName() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
 
getEmbeddedBinaryName() - Method in class org.jdesktop.jdic.browser.MozillaEngine
 
getEngines() - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
Used to find out which BrowserEngines have been registered AND are available on the current system.
getEnv(String) - Static method in class org.jdesktop.jdic.init.InitUtility
Gets the value of the environment variable.
getFileExtensionAssociation(String) - Method in class org.jdesktop.jdic.filetypes.AssociationService
Returns the association representing the file type of the given file extension.
getFileExtList() - Method in class org.jdesktop.jdic.filetypes.Association
Returns the file extension list of this Association.
getFileProtocolURLPrefix() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
 
getFileProtocolURLPrefix() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
IE omited the file protocol
getFileProtocolURLPrefix() - Method in class org.jdesktop.jdic.browser.MozillaEngine
Mozilla will not omit this prefix
getIconFileName() - Method in class org.jdesktop.jdic.filetypes.Association
Returns the icon file name representing this Association.
getID() - Method in class org.jdesktop.jdic.browser.WebBrowserEvent
Returns the event ID.
getInitFailureMessage() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
 
getInitFailureMessage() - Method in class org.jdesktop.jdic.browser.WebBrowser
 
getInstanceNum() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
A IWebBrowser must have a ticket to identify itself, here is the instance num.For a IWebBrowser instance, a native browser instance will be created to deal with its requests, this instance num will be used get according native browser instance.
getInstanceNum() - Method in class org.jdesktop.jdic.browser.WebBrowser
 
getLocationOnScreen() - Method in class org.jdesktop.jdic.tray.TrayIcon
Gets the location on screen for this TrayIcon
getManager() - Static method in class org.jdesktop.jdic.init.JdicManager
Returns a singleton instance of JdicManager.
getMimeType() - Method in class org.jdesktop.jdic.filetypes.Association
Returns the MIME type of this Association.
getMimeTypeAssociation(String) - Method in class org.jdesktop.jdic.filetypes.AssociationService
Returns the association representing the file type of the given MIME type.
getName() - Method in class org.jdesktop.jdic.filetypes.Association
Returns the name of the MIME files the association is stored in for Gnome/Unix platforms.
getNativeWindow() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Get the windows' handler of native window
getNativeWindow() - Method in class org.jdesktop.jdic.browser.WebBrowser
 
getNspr4dllPath() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
Deprecated.  
getSubject() - Method in class org.jdesktop.jdic.desktop.Message
Gets the "Subject" field of the message.
getToAddrs() - Method in class org.jdesktop.jdic.desktop.Message
Gets an iterator of the message "To" address list.
getURL() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Retrieves the URL that is currently being displayed.
getURL() - Method in class org.jdesktop.jdic.browser.WebBrowser
Returns the URL of the resource that is currently being loaded.
getVerb() - Method in class org.jdesktop.jdic.filetypes.Action
Returns the value of the verb field.
getWebBrowserListeners() - Method in class org.jdesktop.jdic.browser.WebBrowser
Returns an array of all the registered WebBrowser listeners.

H

hashCode() - Method in class org.jdesktop.jdic.filetypes.Action
Overrides the same method of java.lang.Object.
hashCode() - Method in class org.jdesktop.jdic.filetypes.Association
Overrides the same method of java.lang.Object.

I

IBrowserEngine - Interface in org.jdesktop.jdic.browser
This class represents a wrapper around an embedded browser engine.
IE - Static variable in class org.jdesktop.jdic.browser.BrowserEngineManager
 
INFO_MESSAGE_TYPE - Static variable in class org.jdesktop.jdic.tray.TrayIcon
Used for information messages.
initExitingEngines() - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
Registers the engines that are available by default.
initialize() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
Initialize engine.
initialize() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
 
initialize() - Method in class org.jdesktop.jdic.browser.MozillaEngine
 
initShareNative() - Method in class org.jdesktop.jdic.init.JdicManager
Initializes the shared native file settings for all the JDIC components/ packages.
InitUtility - Class in org.jdesktop.jdic.init
Utility class for JDIC initialization.
InitUtility() - Constructor for class org.jdesktop.jdic.init.InitUtility
 
instance() - Static method in class org.jdesktop.jdic.browser.BrowserEngineManager
Returns the singleton instance of the currently active BrowserManager.
InternetExplorerEngine - Class in org.jdesktop.jdic.browser
Handles the communication with Internet Explorer.
InternetExplorerEngine() - Constructor for class org.jdesktop.jdic.browser.InternetExplorerEngine
 
isAutoDispose() - Method in class org.jdesktop.jdic.browser.WebBrowser
Return the boolean flag which indicates how to dispose this instance.
isBackEnabled() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
 
isBackEnabled() - Method in class org.jdesktop.jdic.browser.WebBrowser
Checks whether this WebBrowser object's back command is enabled.
isDefaultBrowser(String) - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
Checks whether the default BrowserPath indicates that this browser is set as the default browser on the current system.
isDefaultBrowser(String) - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
Checks whether IE is the default Browser.
isDefaultBrowser(String) - Method in class org.jdesktop.jdic.browser.MozillaEngine
Checks whether mozilla is default Browser on the current system.
isEditable(File) - Static method in class org.jdesktop.jdic.desktop.Desktop
Tests whether the given file is editable.
isEngineAvailable() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
Checks whether the associated Engine is available on the current system.
isEngineAvailable() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
Checks whether the associated Engine is available on the current system.
isEngineAvailable() - Method in class org.jdesktop.jdic.browser.MozillaEngine
Checks whether the associated Engine is available on the current system.
isForwardEnabled() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
 
isForwardEnabled() - Method in class org.jdesktop.jdic.browser.WebBrowser
Checks whether this WebBrowser object's forward command is enabled.
isInitialized() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
check if the browser engine has been intialized.
isInitialized() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
 
isInitialized() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
 
isInitialized() - Method in class org.jdesktop.jdic.browser.MozillaEngine
 
isInitialized() - Method in class org.jdesktop.jdic.browser.WebBrowser
Checks whether this WebBrowser object is initialized successfully.
isPrintable(File) - Static method in class org.jdesktop.jdic.desktop.Desktop
Tests whether the given file could be printed.
IWebBrowser - Interface in org.jdesktop.jdic.browser
A IWebBrowser component represents a blank rectangular area of the screen onto which the application can display webpages or from which the application can trap events from the browser window.

J

JdicInitException - Exception in org.jdesktop.jdic.init
Wrapper exception for unexpected errors during JDIC initialization
JdicInitException() - Constructor for exception org.jdesktop.jdic.init.JdicInitException
 
JdicInitException(String) - Constructor for exception org.jdesktop.jdic.init.JdicInitException
 
JdicInitException(Throwable) - Constructor for exception org.jdesktop.jdic.init.JdicInitException
 
JdicManager - Class in org.jdesktop.jdic.init
Initialization manager for JDIC to set the environment variables or initialize the set up for native libraries and executable files.

M

mail() - Static method in class org.jdesktop.jdic.desktop.Desktop
Launches the message compose window of the default mailer.
mail(Message) - Static method in class org.jdesktop.jdic.desktop.Desktop
Launches the message compose window of the default mailer, and fills in the message fields with the field values of the given Message object.
Message - Class in org.jdesktop.jdic.desktop
This class represents a message structure.
Message() - Constructor for class org.jdesktop.jdic.desktop.Message
Constructor of a Message object.
MOZILLA - Static variable in class org.jdesktop.jdic.browser.BrowserEngineManager
 
MozillaEngine - Class in org.jdesktop.jdic.browser
Handles the communication with Mozilla's Gecko Runtime Engine (GRE).
MozillaEngine() - Constructor for class org.jdesktop.jdic.browser.MozillaEngine
 

N

NONE_MESSAGE_TYPE - Static variable in class org.jdesktop.jdic.tray.TrayIcon
No icon is used.

O

open(File) - Static method in class org.jdesktop.jdic.desktop.Desktop
Launches the associated application to open a file If the specified file is a directory, the file manager of the current platform is launched to open it.
org.jdesktop.jdic.browser - package org.jdesktop.jdic.browser
Provides an AWT component to enable the embedding of a web browsing component into Java applications and applets.
org.jdesktop.jdic.desktop - package org.jdesktop.jdic.desktop
Provides classes for accessing desktop applications and facilities.
org.jdesktop.jdic.filetypes - package org.jdesktop.jdic.filetypes
Provides classes for associating applications with file types and accessing a registered file type association.
org.jdesktop.jdic.init - package org.jdesktop.jdic.init
Provides an initialization manager for JDIC to set the environment variables or initialize the set up for native libraries and executable files.
org.jdesktop.jdic.tray - package org.jdesktop.jdic.tray
Provides classes for creating tray icons on the desktop.

P

paint(Graphics) - Method in class org.jdesktop.jdic.browser.WebBrowser
Could only get HWND when this method is called.This will fix the can't get awt HWND error.
preAppendEnv(String, String) - Static method in class org.jdesktop.jdic.init.InitUtility
Pre-appends the value to the environment variable.
prepareVariables() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
 
print() - Method in class org.jdesktop.jdic.browser.WebBrowser
Prints the currently loaded document.
print(File) - Static method in class org.jdesktop.jdic.desktop.Desktop
Prints the given file.

R

refresh() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Reloads the URL that is currently being displayed in the WebBrowser component.
refresh() - Method in class org.jdesktop.jdic.browser.WebBrowser
Reloads the URL that is currently loaded in the WebBrowser component.
registerBrowserEngine(String, IBrowserEngine) - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
Adds a BrowserEngine to the list of BrowserConnectors that BrowserEngineManager uses to create new Browser instances.
RegisterFailedException - Exception in org.jdesktop.jdic.filetypes
A RegisterFailedException is thrown by certain methods of AssociationService while the registeration or unregisteration operation fails.
RegisterFailedException() - Constructor for exception org.jdesktop.jdic.filetypes.RegisterFailedException
Constructs a RegisterFailedException object with no detail message.
RegisterFailedException(String) - Constructor for exception org.jdesktop.jdic.filetypes.RegisterFailedException
Constructs a RegisterFailedException object with the specified detail message.
registerSystemAssociation(Association) - Method in class org.jdesktop.jdic.filetypes.AssociationService
Registers the given association in the system level.
registerUserAssociation(Association) - Method in class org.jdesktop.jdic.filetypes.AssociationService
Registers the given association in the user specific level.
removeAction(Action) - Method in class org.jdesktop.jdic.filetypes.Association
Removes a given action from the action list of this Association.
removeActionListener(ActionListener) - Method in class org.jdesktop.jdic.tray.TrayIcon
Removes the specified ActionListener from the list of ActionListeners for this component.
removeBalloonActionListener(ActionListener) - Method in class org.jdesktop.jdic.tray.TrayIcon
Removes the specified ActionListener from the list of ActionListeners for this trayicon's balloon message.
removeBrowserEngine(String) - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
Removes a BrowserEngine to the list of BrowserConnectors that BrowserEngineManager uses to create new Browser instances.
removeFileExtension(String) - Method in class org.jdesktop.jdic.filetypes.Association
Removes the given file extension from the file extension list of this Association.
removeNotify() - Method in class org.jdesktop.jdic.browser.WebBrowser
Makes this WebBrowser component undisplayable by destroying it native screen resource if the isAutoDispose() return true.
removeTrayIcon(TrayIcon) - Method in class org.jdesktop.jdic.tray.SystemTray
Removes the specified TrayIcon from the SystemTray
removeWebBrowserListener(WebBrowserListener) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Removes a WebBrowserEvent listener.
removeWebBrowserListener(WebBrowserListener) - Method in class org.jdesktop.jdic.browser.WebBrowser
Removes a WebBrowserEvent listener from the listener list.

S

selectEngine() - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
This code iterates over the currently registered BrowserEngines and decides which Engine will be used for instantiating Browser This method is only called once.
setActiveEngine(String) - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
Set an active engine throgh enginename.TODO:if mozilla isn't the system default under win, can't set it as the active engine.
setAttachments(List) - Method in class org.jdesktop.jdic.desktop.Message
Sets the message "Attachments" field.
setBccAddrs(List) - Method in class org.jdesktop.jdic.desktop.Message
Sets the message "Bcc" address list.
setBody(String) - Method in class org.jdesktop.jdic.desktop.Message
Sets the message "Body" field.
setBounds(int, int, int, int) - Method in class org.jdesktop.jdic.browser.WebBrowser
Moves and resizes this component.
setCaption(String) - Method in class org.jdesktop.jdic.tray.TrayIcon
Sets the caption for this TrayIcon.
setCcAddrs(List) - Method in class org.jdesktop.jdic.desktop.Message
Sets the message "Cc" address list.
setCommand(String) - Method in class org.jdesktop.jdic.filetypes.Action
Sets the command field.
setContent(String) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Sets new HTML content.
setContent(String) - Method in class org.jdesktop.jdic.browser.WebBrowser
Sets new HTML content.
setDebug(boolean) - Static method in class org.jdesktop.jdic.browser.WebBrowser
Enables or disables debug message output.
setDescription(String) - Method in class org.jdesktop.jdic.filetypes.Action
Sets the description field.
setDescription(String) - Method in class org.jdesktop.jdic.filetypes.Association
Sets the description string of this Association.
setEnginePath(String) - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
Set browser's full path(folder and exe name).
setEnginePath(String) - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
Not suppored under win for IE
setEnginePath(String) - Method in class org.jdesktop.jdic.browser.MozillaEngine
 
setEnv() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
Pre-append the "ielib" directory to PATH, which includes the bundled,IeEmbed.exe dependent library nspr4.dll.
setEnv(String, String) - Static method in class org.jdesktop.jdic.init.InitUtility
Sets the environment variable.
setEnvs() - Method in class org.jdesktop.jdic.browser.MozillaEngine
Set variable to env.
setEnvVariables() - Method in class org.jdesktop.jdic.browser.MozillaEngine
get and set env variables For xpcom under win,it maybe under mozilla path or under gre path.
setIcon(Icon) - Method in class org.jdesktop.jdic.tray.TrayIcon
Sets the icon for this TrayIcon.
setIconAutoSize(boolean) - Method in class org.jdesktop.jdic.tray.TrayIcon
Sets the auto-size property.
setIconFileName(String) - Method in class org.jdesktop.jdic.filetypes.Association
Sets the icon file name representing this Association.
setInitFailureMessage(String) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
 
setInitFailureMessage(String) - Method in class org.jdesktop.jdic.browser.WebBrowser
 
setInitialized(boolean) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Set if the IWebBrowser has been initialized.
setInitialized(boolean) - Method in class org.jdesktop.jdic.browser.WebBrowser
 
setMimeType(String) - Method in class org.jdesktop.jdic.filetypes.Association
Sets the MIME type of this Association.
setName(String) - Method in class org.jdesktop.jdic.filetypes.Association
Returns the name of the MIME files the association is stored in for Gnome/Unix platforms.
setPopupMenu(JPopupMenu) - Method in class org.jdesktop.jdic.tray.TrayIcon
Sets the PopupMenu for this TrayIcon.
setSubject(String) - Method in class org.jdesktop.jdic.desktop.Message
Sets the message "Subject" field.
setToAddrs(List) - Method in class org.jdesktop.jdic.desktop.Message
Sets the message "To" address list.
setToolTip(String) - Method in class org.jdesktop.jdic.tray.TrayIcon
Sets the ToolTip string for this TrayIcon.
setURL() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Sets the document to be a blank page.
setURL(URL) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Navigates to a resource identified by an URL using HTTP GET method.
setURL(URL, String) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Navigates to a resource identified by an URL using HTTP POST method.
setURL() - Method in class org.jdesktop.jdic.browser.WebBrowser
Sets the loaded page to be a blank page.
setURL(URL) - Method in class org.jdesktop.jdic.browser.WebBrowser
Navigates to a resource identified by a URL.
setURL(URL, String) - Method in class org.jdesktop.jdic.browser.WebBrowser
Navigates to a resource identified by a URL, with the HTTP POST data to send to the server.
setURL(URL, String, String) - Method in class org.jdesktop.jdic.browser.WebBrowser
Navigates to a resource identified by a URL, with the HTTP POST data and HTTP headers to send to the server.
setVerb(String) - Method in class org.jdesktop.jdic.filetypes.Action
Sets the verb field.
statusTextChange(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when the status bar text is changed.
stop() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
Stops loading of the current URL.
stop() - Method in class org.jdesktop.jdic.browser.WebBrowser
Stops any page loading and rendering activities.
SystemTray - Class in org.jdesktop.jdic.tray
The SystemTray class represents the System Tray for a desktop.

T

titleChange(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when the title of a document is changed.
toString() - Method in class org.jdesktop.jdic.filetypes.Action
Overrides the same method of java.lang.Object.
toString() - Method in class org.jdesktop.jdic.filetypes.Association
Overrides the same method of java.lang.Object.
TrayIcon - Class in org.jdesktop.jdic.tray
The TrayIcon class represents a tray Icon that can be added to a System tray.
TrayIcon(Icon) - Constructor for class org.jdesktop.jdic.tray.TrayIcon
TrayIcon constructor - creates a TrayIcon with the specified Icon
TrayIcon(Icon, String) - Constructor for class org.jdesktop.jdic.tray.TrayIcon
TrayIcon constructor - creates a TrayIcon with the specified Icon and the specified caption.
TrayIcon(Icon, String, JPopupMenu) - Constructor for class org.jdesktop.jdic.tray.TrayIcon
TrayIcon constructor - creates a TrayIcon with the specified Icon the specified caption and Popup menu.

U

unregisterSystemAssociation(Association) - Method in class org.jdesktop.jdic.filetypes.AssociationService
Unregisters the given association in the system level.
unregisterUserAssociation(Association) - Method in class org.jdesktop.jdic.filetypes.AssociationService
Unregisters the given association in the user specific level.

W

WARNING_MESSAGE_TYPE - Static variable in class org.jdesktop.jdic.tray.TrayIcon
Used for warning messages.
WebBrowser - Class in org.jdesktop.jdic.browser
A WebBrowser component represents a blank rectangular area of the screen onto which the application can load webpages or from which the application can trap events from the browser window.
WebBrowser() - Constructor for class org.jdesktop.jdic.browser.WebBrowser
Constructs a new WebBrowser object with no URL specified.
WebBrowser(boolean) - Constructor for class org.jdesktop.jdic.browser.WebBrowser
Constructs a new WebBrowser object with the specified boolean value autoDispose as the flag which indicates whether this instance will automatically dispose itself in removeNotify() or should be disposed by the developer directly calling dispose().
WebBrowser(URL) - Constructor for class org.jdesktop.jdic.browser.WebBrowser
Constructs a new WebBrowser with an URL specified.
WebBrowser(URL, boolean) - Constructor for class org.jdesktop.jdic.browser.WebBrowser
Constructs a new WebBrowser with an specified URL and boolean flag to indicate the dispose schema.
WEBBROWSER_BEFORE_NAVIGATE - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired before a navigation occurs in the given object (on either a window or frameset element).
WEBBROWSER_BEFORE_NEWWINDOW - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when a new window is to be created.
WEBBROWSER_COMMAND_STATE_CHANGE - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the enabled state of a command changes.
WEBBROWSER_DESTROYWINDOW_SUCC - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when destroy of IWebBrowser Window succeeds.
WEBBROWSER_DOCUMENT_COMPLETED - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the document has loaded completely.
WEBBROWSER_DOWNLOAD_COMPLETED - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when a navigation operation finishes, is halted, or fails.
WEBBROWSER_DOWNLOAD_ERROR - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when an error occurs during a navigation operation.
WEBBROWSER_DOWNLOAD_PROGRESS - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the progress of a navigation operation is updated on the object.
WEBBROWSER_DOWNLOAD_STARTED - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when a navigation operation is beginning.
WEBBROWSER_EXECUTESCRIPT - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when a javascript string is requrested to be executed by a WebBrowser object's executeScript method.
WEBBROWSER_FOCUS_REQUEST - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when IWebBrowser need to get Focus.
WEBBROWSER_GETCONTENT - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the content of the currently loaded page is requested by a IWebBrowser object's getContent method.
WEBBROWSER_INIT_FAILED - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the initialization of IWebBrowser fails.
WEBBROWSER_INIT_WINDOW_SUCC - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when initialization of IWebBrowser Window succeeds.
WEBBROWSER_RETURN_URL - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the current URL is requested by a IWebBrowser object's getURL method.
WEBBROWSER_SETCONTENT - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the content of the currently loaded page is requested to be set by a WebBrowser object's setContent() method.
WEBBROWSER_STATUSTEXT_CHANGE - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the status bar text changes.
WEBBROWSER_TITLE_CHANGE - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the title of a document changes.
WebBrowserEvent - Class in org.jdesktop.jdic.browser
A WebBrowserEvent is dispatched by a IWebBrowser object to indicate a defined IWebBrowser event occured.
WebBrowserEvent(IWebBrowser, int) - Constructor for class org.jdesktop.jdic.browser.WebBrowserEvent
Constructs a WebBrowserEvent object with source and event id.
WebBrowserEvent(IWebBrowser, int, String) - Constructor for class org.jdesktop.jdic.browser.WebBrowserEvent
Constructs a WebBrowserEvent object with source, event id and event data.
WebBrowserListener - Interface in org.jdesktop.jdic.browser
The listener interface for receiving WebBrowser events.
willOpenURL(URL) - Method in class org.jdesktop.jdic.browser.WebBrowser
Called before a navigation occurs.
willOpenWindow(URL) - Method in class org.jdesktop.jdic.browser.WebBrowser
Called when a new window is to be created for loading a resource.

A B C D E F G H I J M N O P R S T U W
JDIC API V2006 Release 0308

For more information and documentation on JDIC, see JDIC website.

That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.

Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.