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 org.jdesktop.jdic.filetypes.Action.
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.
Association - class org.jdesktop.jdic.filetypes.Association.
This class represents a file type association.
Association() - Constructor for class org.jdesktop.jdic.filetypes.Association
 
AssociationAlreadyRegisteredException - exception org.jdesktop.jdic.filetypes.AssociationAlreadyRegisteredException.
An AssociationAlreadyRegisteredException is thrown by certain methods of AssociationService while trying to add an association already existed in the system.
AssociationAlreadyRegisteredException() - Constructor for class org.jdesktop.jdic.filetypes.AssociationAlreadyRegisteredException
Constructs an AssociationAlreadyRegisteredException object with no detail message.
AssociationAlreadyRegisteredException(String) - Constructor for class org.jdesktop.jdic.filetypes.AssociationAlreadyRegisteredException
Constructs an AssociationAlreadyRegisteredException object with the specified detail message.
AssociationException - exception org.jdesktop.jdic.filetypes.AssociationException.
The AssociationException class and its subclasses are thrown by certain methods of AssociationService to indicate the operation fails.
AssociationException() - Constructor for class org.jdesktop.jdic.filetypes.AssociationException
Constructs an AssociationException object with no detail message.
AssociationException(String) - Constructor for class org.jdesktop.jdic.filetypes.AssociationException
Constructs an AssociationException object with the specified detail message.
AssociationNotRegisteredException - exception org.jdesktop.jdic.filetypes.AssociationNotRegisteredException.
An AssociationNotRegisteredException is thrown by certain methods of AssociationService while trying to remove an association not existed in the system.
AssociationNotRegisteredException() - Constructor for class org.jdesktop.jdic.filetypes.AssociationNotRegisteredException
Constructs an AssociationNotRegisteredException object with no detail message.
AssociationNotRegisteredException(String) - Constructor for class org.jdesktop.jdic.filetypes.AssociationNotRegisteredException
Constructs an AssociationNotRegisteredException object with the specified detail message.
AssociationService - class org.jdesktop.jdic.filetypes.AssociationService.
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.
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
 

B

BrowserEngineManager - class org.jdesktop.jdic.browser.BrowserEngineManager.
Factory pattern used to maitain instances of IBrowserEngine.
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.

C

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

D

Desktop - class org.jdesktop.jdic.desktop.Desktop.
The Desktop class provides several methods to interact with the system applications and facilities.
DesktopException - exception org.jdesktop.jdic.desktop.DesktopException.
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 class org.jdesktop.jdic.desktop.DesktopException
Constructs a DesktopException without a detail message.
DesktopException(String) - Constructor for class 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.
documentCompleted(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 
downloadCompleted(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when a download operation finishes, is halted, or fails.
downloadCompleted(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 
downloadError(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when an error occurs during a download operation.
downloadError(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 
downloadProgress(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when the progress of a download operation is updated.
downloadProgress(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 
downloadStarted(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when a download operation is beginning.
downloadStarted(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 

E

ERROR_MESSAGE_TYPE - Static variable in class org.jdesktop.jdic.tray.TrayIcon
Used for error messages.
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.
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 setActiveEngine else 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
 
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.
getFileExtList() - Method in class org.jdesktop.jdic.filetypes.Association
Returns the file extension list of this Association.
getFileExtensionAssociation(String) - Method in class org.jdesktop.jdic.filetypes.AssociationService
Returns the association representing the file type of the given file extension.
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
getID() - Method in class org.jdesktop.jdic.browser.WebBrowserEvent
Returns the event ID.
getIconFileName() - Method in class org.jdesktop.jdic.filetypes.Association
Returns the icon file name representing this Association.
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.
getWebBrowser() - Method in interface org.jdesktop.jdic.browser.IBrowserEngine
 
getWebBrowser() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
WebBrowser is used
getWebBrowser() - Method in class org.jdesktop.jdic.browser.MozillaEngine
web browser is returned
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 org.jdesktop.jdic.browser.IBrowserEngine.
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.
IWebBrowser - interface org.jdesktop.jdic.browser.IWebBrowser.
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.
InitUtility - class org.jdesktop.jdic.init.InitUtility.
Utility class for JDIC initialization.
InitUtility() - Constructor for class org.jdesktop.jdic.init.InitUtility
 
InternetExplorerEngine - class org.jdesktop.jdic.browser.InternetExplorerEngine.
Handles the communication with Internet Explorer.
InternetExplorerEngine() - Constructor for class org.jdesktop.jdic.browser.InternetExplorerEngine
 
initExitingEngines() - Method in class org.jdesktop.jdic.browser.BrowserEngineManager
Registers the engines that are available by default.
initShareNative() - Method in class org.jdesktop.jdic.init.JdicManager
Initializes the shared native file settings for all the JDIC components/ packages.
initializationCompleted(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when the initialization is completed.
initializationCompleted(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 
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
Set according path items and grant executable permission to bin file.
instance() - Static method in class org.jdesktop.jdic.browser.BrowserEngineManager
Returns the singleton instance of the currently active BrowserManager.
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 interface org.jdesktop.jdic.browser.IWebBrowser
 
isInitialized() - Method in class org.jdesktop.jdic.browser.InternetExplorerEngine
 
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.
isSynchronize() - Method in interface org.jdesktop.jdic.browser.IWebBrowser
If the webbrowser works under synchronize model
isSynchronize() - Method in class org.jdesktop.jdic.browser.WebBrowser
 

J

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

M

MOZILLA - Static variable in class org.jdesktop.jdic.browser.BrowserEngineManager
 
Message - class org.jdesktop.jdic.desktop.Message.
This class represents a message structure.
Message() - Constructor for class org.jdesktop.jdic.desktop.Message
Constructor of a Message object.
MozillaEngine - class org.jdesktop.jdic.browser.MozillaEngine.
Handles the communication with Mozilla's Gecko Runtime Engine (GRE).
MozillaEngine() - Constructor for class org.jdesktop.jdic.browser.MozillaEngine
 
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.

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.
preapareEnvVariables() - 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.
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

RegisterFailedException - exception org.jdesktop.jdic.filetypes.RegisterFailedException.
A RegisterFailedException is thrown by certain methods of AssociationService while the registeration or unregisteration operation fails.
RegisterFailedException() - Constructor for class org.jdesktop.jdic.filetypes.RegisterFailedException
Constructs a RegisterFailedException object with no detail message.
RegisterFailedException(String) - Constructor for class org.jdesktop.jdic.filetypes.RegisterFailedException
Constructs a RegisterFailedException object with the specified detail message.
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.
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

SystemTray - class org.jdesktop.jdic.tray.SystemTray.
The SystemTray class represents the System Tray for a desktop.
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.
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
 
setJSclose(boolean) - Method in class org.jdesktop.jdic.browser.WebBrowser
The method usually mustn't to maintain ,unless if impletement windowClose, while doesn't invoke dispose to close it under linux or sunSo, need to set isJSClose false.
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(URL, String, String) - Method in interface org.jdesktop.jdic.browser.IWebBrowser
HTTP headers to send to the server.
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.
statusTextChange(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 
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.
syncSetURL(URL) - Method in class org.jdesktop.jdic.browser.WebBrowser
Synchronously navigates to a resource identified by a URL.
syncSetURL(URL, String) - Method in class org.jdesktop.jdic.browser.WebBrowser
Synchronously navigates to a resource identified by a URL, with the HTTP POST data to send to the server.
syncSetURL(URL, String, String) - Method in class org.jdesktop.jdic.browser.WebBrowser
Synchronously navigates to a resource identified by a URL, with the HTTP POST data and HTTP headers to send to the server.

T

TrayIcon - class org.jdesktop.jdic.tray.TrayIcon.
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.
titleChange(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked when the title of a document is changed.
titleChange(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 
toFileUrl(URL) - Static method in class org.jdesktop.jdic.browser.WebBrowser
Takes a URL that points to a resource within a JAR, unzips it onto the filesystem, and returns a file: url to it
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.

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_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_CLOSE - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired in response to JavaScript window.close().
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_KEYDOWN - Static variable in class org.jdesktop.jdic.browser.WebBrowserEvent
Event fired when the key put down.
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.
WEBKIT - Static variable in class org.jdesktop.jdic.browser.BrowserEngineManager
 
WebBrowser - class org.jdesktop.jdic.browser.WebBrowser.
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.
WebBrowserEvent - class org.jdesktop.jdic.browser.WebBrowserEvent.
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 org.jdesktop.jdic.browser.WebBrowserListener.
The listener interface for receiving WebBrowser events.
WebBrowserListenerAdapter - class org.jdesktop.jdic.browser.WebBrowserListenerAdapter.
The class is interested in processing a WebBrowser event and spared the unconsidered details of processing to interface WebBrowserListener
WebBrowserListenerAdapter() - Constructor for class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 
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.
windowClose(WebBrowserEvent) - Method in interface org.jdesktop.jdic.browser.WebBrowserListener
Invoked in response to JavaScript window.close()
windowClose(WebBrowserEvent) - Method in class org.jdesktop.jdic.browser.WebBrowserListenerAdapter
 

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.