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 - org.jdesktop.jdic.filetypes 中的 类
This class represents an action that could be applied to a particular file type.
Action(String, String) - 类 org.jdesktop.jdic.filetypes.Action 的构造函数
Constructor of an Action object.
Action(String, String, String) - 类 org.jdesktop.jdic.filetypes.Action 的构造函数
Constructor of an Action object.
addAction(Action) - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Adds a given action to the action list of this Association.
addActionListener(ActionListener) - 类 org.jdesktop.jdic.tray.TrayIcon 中的方法
Adds the specified ActionListener to the list of ActionListeners for this component.
addBalloonActionListener(ActionListener) - 类 org.jdesktop.jdic.tray.TrayIcon 中的方法
Adds the specified ActionListener to the list of ActionListeners for this trayicon's balloon message.
addFileExtension(String) - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Adds one file extension to the file extension list of this Association.
addNotify() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Creates the peer for this WebBrowser component.
addTrayIcon(TrayIcon) - 类 org.jdesktop.jdic.tray.SystemTray 中的方法
Adds a TrayIcon to the SystemTray
addWebBrowserListener(WebBrowserListener) - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Adds a WebBrowserEvent listener.
addWebBrowserListener(WebBrowserListener) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Adds a WebBrowserEvent listener to the listener list.
asComponent() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Returns the component to which the Browser paints.
asComponent() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
 
Association - org.jdesktop.jdic.filetypes 中的 类
This class represents a file type association.
Association() - 类 org.jdesktop.jdic.filetypes.Association 的构造函数
 
AssociationAlreadyRegisteredException - 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() - 异常 org.jdesktop.jdic.filetypes.AssociationAlreadyRegisteredException 的构造函数
Constructs an AssociationAlreadyRegisteredException object with no detail message.
AssociationAlreadyRegisteredException(String) - 异常 org.jdesktop.jdic.filetypes.AssociationAlreadyRegisteredException 的构造函数
Constructs an AssociationAlreadyRegisteredException object with the specified detail message.
AssociationException - org.jdesktop.jdic.filetypes 中的 异常
The AssociationException class and its subclasses are thrown by certain methods of AssociationService to indicate the operation fails.
AssociationException() - 异常 org.jdesktop.jdic.filetypes.AssociationException 的构造函数
Constructs an AssociationException object with no detail message.
AssociationException(String) - 异常 org.jdesktop.jdic.filetypes.AssociationException 的构造函数
Constructs an AssociationException object with the specified detail message.
AssociationNotRegisteredException - 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() - 异常 org.jdesktop.jdic.filetypes.AssociationNotRegisteredException 的构造函数
Constructs an AssociationNotRegisteredException object with no detail message.
AssociationNotRegisteredException(String) - 异常 org.jdesktop.jdic.filetypes.AssociationNotRegisteredException 的构造函数
Constructs an AssociationNotRegisteredException object with the specified detail message.
AssociationService - org.jdesktop.jdic.filetypes 中的 类
The AssociationService class provides several methods to access the file type associations.
AssociationService() - 类 org.jdesktop.jdic.filetypes.AssociationService 的构造函数
Constructor of an AssociationService object.

B

back() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Navigates to the previous session history item.
back() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Navigates backward one item in the history list.
browse(URL) - 类 org.jdesktop.jdic.desktop.Desktop 中的静态方法
Launches the system default browser to show the given URL.
BrowserEngineManager - org.jdesktop.jdic.browser 中的 类
Factory pattern used to maitain instances of IBrowserEngine.

C

checkEnginesWhenAdded() - 类 org.jdesktop.jdic.browser.BrowserEngineManager 中的方法
This method is called when the BrowserManager instance is created.

D

Desktop - org.jdesktop.jdic.desktop 中的 类
The Desktop class provides several methods to interact with the system applications and facilities.
DesktopException - 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() - 异常 org.jdesktop.jdic.desktop.DesktopException 的构造函数
Constructs a DesktopException without a detail message.
DesktopException(String) - 异常 org.jdesktop.jdic.desktop.DesktopException 的构造函数
Constructs a DesktopException with a detail message.
dispatchWebBrowserEvent(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
 
dispatchWebBrowserEvent(WebBrowserEvent) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
 
displayMessage(String, String, int) - 类 org.jdesktop.jdic.tray.TrayIcon 中的方法
Displays a popup message near the tray icon.
dispose() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Release this instance's resource and make it undisplayable.
documentCompleted(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.WebBrowserListener 中的方法
Invoked when the document loading has been completed.
downloadCompleted(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.WebBrowserListener 中的方法
Invoked when a download operation finishes, is halted, or fails.
downloadError(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.WebBrowserListener 中的方法
Invoked when an error occurs during a download operation.
downloadProgress(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.WebBrowserListener 中的方法
Invoked when the progress of a download operation is updated.
downloadStarted(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.WebBrowserListener 中的方法
Invoked when a download operation is beginning.

E

edit(File) - 类 org.jdesktop.jdic.desktop.Desktop 中的静态方法
Launches the associated editor to edit the given file.
equals(Object) - 类 org.jdesktop.jdic.filetypes.Action 中的方法
Overrides the same method of java.lang.Object.
equals(Object) - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Overrides the same method of java.lang.Object.
ERROR_MESSAGE_TYPE - 类 org.jdesktop.jdic.tray.TrayIcon 中的静态变量
Used for error messages.
executeScript(String) - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Executes specified JavaScript code in a currently opened document.
executeScript(String) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Executes the specified JavaScript code on the currently loaded document.

F

forward() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Navigates to the next session history item.
forward() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Navigates forward one item in the history list.

G

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

H

hashCode() - 类 org.jdesktop.jdic.filetypes.Action 中的方法
Overrides the same method of java.lang.Object.
hashCode() - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Overrides the same method of java.lang.Object.

I

IBrowserEngine - org.jdesktop.jdic.browser 中的 接口
This class represents a wrapper around an embedded browser engine.
IE - 类 org.jdesktop.jdic.browser.BrowserEngineManager 中的静态变量
 
INFO_MESSAGE_TYPE - 类 org.jdesktop.jdic.tray.TrayIcon 中的静态变量
Used for information messages.
initExitingEngines() - 类 org.jdesktop.jdic.browser.BrowserEngineManager 中的方法
Registers the engines that are available by default.
initializationCompleted(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.WebBrowserListener 中的方法
Invoked when the initialization is completed.
initialize() - 接口 org.jdesktop.jdic.browser.IBrowserEngine 中的方法
Initialize engine.
initialize() - 类 org.jdesktop.jdic.browser.InternetExplorerEngine 中的方法
 
initialize() - 类 org.jdesktop.jdic.browser.MozillaEngine 中的方法
Set according path items and grant executable permission to bin file.
initShareNative() - 类 org.jdesktop.jdic.init.JdicManager 中的方法
Initializes the shared native file settings for all the JDIC components/ packages.
InitUtility - org.jdesktop.jdic.init 中的 类
Utility class for JDIC initialization.
InitUtility() - 类 org.jdesktop.jdic.init.InitUtility 的构造函数
 
instance() - 类 org.jdesktop.jdic.browser.BrowserEngineManager 中的静态方法
Returns the singleton instance of the currently active BrowserManager.
InternetExplorerEngine - org.jdesktop.jdic.browser 中的 类
Handles the communication with Internet Explorer.
InternetExplorerEngine() - 类 org.jdesktop.jdic.browser.InternetExplorerEngine 的构造函数
 
isAutoDispose() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Return the boolean flag which indicates how to dispose this instance.
isBackEnabled() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
 
isBackEnabled() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Checks whether this WebBrowser object's back command is enabled.
isDefaultBrowser(String) - 接口 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) - 类 org.jdesktop.jdic.browser.InternetExplorerEngine 中的方法
Checks whether IE is the default Browser.
isDefaultBrowser(String) - 类 org.jdesktop.jdic.browser.MozillaEngine 中的方法
Checks whether mozilla is default Browser on the current system.
isEditable(File) - 类 org.jdesktop.jdic.desktop.Desktop 中的静态方法
Tests whether the given file is editable.
isEngineAvailable() - 接口 org.jdesktop.jdic.browser.IBrowserEngine 中的方法
Checks whether the associated Engine is available on the current system.
isEngineAvailable() - 类 org.jdesktop.jdic.browser.InternetExplorerEngine 中的方法
Checks whether the associated Engine is available on the current system.
isEngineAvailable() - 类 org.jdesktop.jdic.browser.MozillaEngine 中的方法
Checks whether the associated Engine is available on the current system.
isForwardEnabled() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
 
isForwardEnabled() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Checks whether this WebBrowser object's forward command is enabled.
isInitialized() - 接口 org.jdesktop.jdic.browser.IBrowserEngine 中的方法
check if the browser engine has been intialized.
isInitialized() - 类 org.jdesktop.jdic.browser.InternetExplorerEngine 中的方法
 
isInitialized() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
 
isInitialized() - 类 org.jdesktop.jdic.browser.MozillaEngine 中的方法
 
isInitialized() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Checks whether this WebBrowser object is initialized successfully.
isPrintable(File) - 类 org.jdesktop.jdic.desktop.Desktop 中的静态方法
Tests whether the given file could be printed.
isSynchronize() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
If the webbrowser works under synchronize model
isSynchronize() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
 
IWebBrowser - 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 - org.jdesktop.jdic.init 中的 异常
Wrapper exception for unexpected errors during JDIC initialization
JdicInitException() - 异常 org.jdesktop.jdic.init.JdicInitException 的构造函数
 
JdicInitException(String) - 异常 org.jdesktop.jdic.init.JdicInitException 的构造函数
 
JdicInitException(Throwable) - 异常 org.jdesktop.jdic.init.JdicInitException 的构造函数
 
JdicManager - 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() - 类 org.jdesktop.jdic.desktop.Desktop 中的静态方法
Launches the message compose window of the default mailer.
mail(Message) - 类 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 - org.jdesktop.jdic.desktop 中的 类
This class represents a message structure.
Message() - 类 org.jdesktop.jdic.desktop.Message 的构造函数
Constructor of a Message object.
MOZILLA - 类 org.jdesktop.jdic.browser.BrowserEngineManager 中的静态变量
 
MozillaEngine - org.jdesktop.jdic.browser 中的 类
Handles the communication with Mozilla's Gecko Runtime Engine (GRE).
MozillaEngine() - 类 org.jdesktop.jdic.browser.MozillaEngine 的构造函数
 

N

NONE_MESSAGE_TYPE - 类 org.jdesktop.jdic.tray.TrayIcon 中的静态变量
No icon is used.

O

open(File) - 类 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 - 软件包 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 - 软件包 org.jdesktop.jdic.desktop
Provides classes for accessing desktop applications and facilities.
org.jdesktop.jdic.filetypes - 软件包 org.jdesktop.jdic.filetypes
Provides classes for associating applications with file types and accessing a registered file type association.
org.jdesktop.jdic.init - 软件包 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 - 软件包 org.jdesktop.jdic.tray
Provides classes for creating tray icons on the desktop.

P

paint(Graphics) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Could only get HWND when this method is called.This will fix the can't get awt HWND error.
preapareEnvVariables() - 类 org.jdesktop.jdic.browser.MozillaEngine 中的方法
get and set env variables For xpcom under win,it maybe under mozilla path or under gre path.
preAppendEnv(String, String) - 类 org.jdesktop.jdic.init.InitUtility 中的静态方法
Pre-appends the value to the environment variable.
prepareVariables() - 类 org.jdesktop.jdic.browser.InternetExplorerEngine 中的方法
 
print() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Prints the currently loaded document.
print(File) - 类 org.jdesktop.jdic.desktop.Desktop 中的静态方法
Prints the given file.

R

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

S

selectEngine() - 类 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) - 类 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) - 类 org.jdesktop.jdic.desktop.Message 中的方法
Sets the message "Attachments" field.
setBccAddrs(List) - 类 org.jdesktop.jdic.desktop.Message 中的方法
Sets the message "Bcc" address list.
setBody(String) - 类 org.jdesktop.jdic.desktop.Message 中的方法
Sets the message "Body" field.
setBounds(int, int, int, int) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Moves and resizes this component.
setCaption(String) - 类 org.jdesktop.jdic.tray.TrayIcon 中的方法
Sets the caption for this TrayIcon.
setCcAddrs(List) - 类 org.jdesktop.jdic.desktop.Message 中的方法
Sets the message "Cc" address list.
setCommand(String) - 类 org.jdesktop.jdic.filetypes.Action 中的方法
Sets the command field.
setContent(String) - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Sets new HTML content.
setContent(String) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Sets new HTML content.
setDebug(boolean) - 类 org.jdesktop.jdic.browser.WebBrowser 中的静态方法
Enables or disables debug message output.
setDescription(String) - 类 org.jdesktop.jdic.filetypes.Action 中的方法
Sets the description field.
setDescription(String) - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Sets the description string of this Association.
setEnginePath(String) - 接口 org.jdesktop.jdic.browser.IBrowserEngine 中的方法
Set browser's full path(folder and exe name).
setEnginePath(String) - 类 org.jdesktop.jdic.browser.InternetExplorerEngine 中的方法
Not suppored under win for IE
setEnginePath(String) - 类 org.jdesktop.jdic.browser.MozillaEngine 中的方法
 
setEnv() - 类 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) - 类 org.jdesktop.jdic.init.InitUtility 中的静态方法
Sets the environment variable.
setIcon(Icon) - 类 org.jdesktop.jdic.tray.TrayIcon 中的方法
Sets the icon for this TrayIcon.
setIconAutoSize(boolean) - 类 org.jdesktop.jdic.tray.TrayIcon 中的方法
Sets the auto-size property.
setIconFileName(String) - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Sets the icon file name representing this Association.
setInitFailureMessage(String) - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
 
setInitFailureMessage(String) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
 
setInitialized(boolean) - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Set if the IWebBrowser has been initialized.
setInitialized(boolean) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
 
setMimeType(String) - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Sets the MIME type of this Association.
setName(String) - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Returns the name of the MIME files the association is stored in for Gnome/Unix platforms.
setPopupMenu(JPopupMenu) - 类 org.jdesktop.jdic.tray.TrayIcon 中的方法
Sets the PopupMenu for this TrayIcon.
setSubject(String) - 类 org.jdesktop.jdic.desktop.Message 中的方法
Sets the message "Subject" field.
setToAddrs(List) - 类 org.jdesktop.jdic.desktop.Message 中的方法
Sets the message "To" address list.
setToolTip(String) - 类 org.jdesktop.jdic.tray.TrayIcon 中的方法
Sets the ToolTip string for this TrayIcon.
setURL() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Sets the document to be a blank page.
setURL(URL) - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Navigates to a resource identified by an URL using HTTP GET method.
setURL(URL, String) - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Navigates to a resource identified by an URL using HTTP POST method.
setURL() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Sets the loaded page to be a blank page.
setURL(URL) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Navigates to a resource identified by a URL.
setURL(URL, String) - 类 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) - 类 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) - 类 org.jdesktop.jdic.filetypes.Action 中的方法
Sets the verb field.
statusTextChange(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.WebBrowserListener 中的方法
Invoked when the status bar text is changed.
stop() - 接口 org.jdesktop.jdic.browser.IWebBrowser 中的方法
Stops loading of the current URL.
stop() - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Stops any page loading and rendering activities.
syncSetURL(URL) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Synchronously navigates to a resource identified by a URL.
syncSetURL(URL, String) - 类 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) - 类 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.
SystemTray - org.jdesktop.jdic.tray 中的 类
The SystemTray class represents the System Tray for a desktop.

T

titleChange(WebBrowserEvent) - 接口 org.jdesktop.jdic.browser.WebBrowserListener 中的方法
Invoked when the title of a document is changed.
toString() - 类 org.jdesktop.jdic.filetypes.Action 中的方法
Overrides the same method of java.lang.Object.
toString() - 类 org.jdesktop.jdic.filetypes.Association 中的方法
Overrides the same method of java.lang.Object.
TrayIcon - org.jdesktop.jdic.tray 中的 类
The TrayIcon class represents a tray Icon that can be added to a System tray.
TrayIcon(Icon) - 类 org.jdesktop.jdic.tray.TrayIcon 的构造函数
TrayIcon constructor - creates a TrayIcon with the specified Icon
TrayIcon(Icon, String) - 类 org.jdesktop.jdic.tray.TrayIcon 的构造函数
TrayIcon constructor - creates a TrayIcon with the specified Icon and the specified caption.
TrayIcon(Icon, String, JPopupMenu) - 类 org.jdesktop.jdic.tray.TrayIcon 的构造函数
TrayIcon constructor - creates a TrayIcon with the specified Icon the specified caption and Popup menu.

U

unregisterSystemAssociation(Association) - 类 org.jdesktop.jdic.filetypes.AssociationService 中的方法
Unregisters the given association in the system level.
unregisterUserAssociation(Association) - 类 org.jdesktop.jdic.filetypes.AssociationService 中的方法
Unregisters the given association in the user specific level.

W

WARNING_MESSAGE_TYPE - 类 org.jdesktop.jdic.tray.TrayIcon 中的静态变量
Used for warning messages.
WebBrowser - 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() - 类 org.jdesktop.jdic.browser.WebBrowser 的构造函数
Constructs a new WebBrowser object with no URL specified.
WebBrowser(boolean) - 类 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) - 类 org.jdesktop.jdic.browser.WebBrowser 的构造函数
Constructs a new WebBrowser with an URL specified.
WebBrowser(URL, boolean) - 类 org.jdesktop.jdic.browser.WebBrowser 的构造函数
Constructs a new WebBrowser with an specified URL and boolean flag to indicate the dispose schema.
WEBBROWSER_BEFORE_NAVIGATE - 类 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 - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when a new window is to be created.
WEBBROWSER_COMMAND_STATE_CHANGE - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when the enabled state of a command changes.
WEBBROWSER_DESTROYWINDOW_SUCC - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when destroy of IWebBrowser Window succeeds.
WEBBROWSER_DOCUMENT_COMPLETED - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when the document has loaded completely.
WEBBROWSER_DOWNLOAD_COMPLETED - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when a navigation operation finishes, is halted, or fails.
WEBBROWSER_DOWNLOAD_ERROR - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when an error occurs during a navigation operation.
WEBBROWSER_DOWNLOAD_PROGRESS - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when the progress of a navigation operation is updated on the object.
WEBBROWSER_DOWNLOAD_STARTED - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when a navigation operation is beginning.
WEBBROWSER_EXECUTESCRIPT - 类 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 - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when IWebBrowser need to get Focus.
WEBBROWSER_GETCONTENT - 类 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 - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when the initialization of IWebBrowser fails.
WEBBROWSER_INIT_WINDOW_SUCC - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when initialization of IWebBrowser Window succeeds.
WEBBROWSER_RETURN_URL - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when the current URL is requested by a IWebBrowser object's getURL method.
WEBBROWSER_SETCONTENT - 类 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 - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when the status bar text changes.
WEBBROWSER_TITLE_CHANGE - 类 org.jdesktop.jdic.browser.WebBrowserEvent 中的静态变量
Event fired when the title of a document changes.
WebBrowserEvent - org.jdesktop.jdic.browser 中的 类
A WebBrowserEvent is dispatched by a IWebBrowser object to indicate a defined IWebBrowser event occured.
WebBrowserEvent(IWebBrowser, int) - 类 org.jdesktop.jdic.browser.WebBrowserEvent 的构造函数
Constructs a WebBrowserEvent object with source and event id.
WebBrowserEvent(IWebBrowser, int, String) - 类 org.jdesktop.jdic.browser.WebBrowserEvent 的构造函数
Constructs a WebBrowserEvent object with source, event id and event data.
WebBrowserListener - org.jdesktop.jdic.browser 中的 接口
The listener interface for receiving WebBrowser events.
willOpenURL(URL) - 类 org.jdesktop.jdic.browser.WebBrowser 中的方法
Called before a navigation occurs.
willOpenWindow(URL) - 类 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.