| Interface | Description | 
|---|---|
| AuthenticationListener | This listener interface may be implemented in order to receive
 an  AuthenticationEventnotification when theBrowserencounters a page that requires authentication. | 
| CloseWindowListener | This listener interface may be implemented in order to receive
 a  WindowEventnotification when aBrowseris 
 about to be closed and when its host window should be closed
 by the application. | 
| LocationListener | This listener interface may be implemented in order to receive
 a  LocationEventnotification when aBrowsernavigates to a different URL. | 
| OpenWindowListener | This listener interface may be implemented in order to receive
 a  WindowEventnotification when a newBrowserneeds to be provided by the application. | 
| ProgressListener | This listener interface may be implemented in order to receive
 a  ProgressEventnotification when aBrowsermakes a progress in loading the current URL or when the
 current URL has been loaded. | 
| StatusTextListener | This listener interface may be implemented in order to receive
 a  StatusTextEventnotification when the status text for
 aBrowseris changed. | 
| TitleListener | This listener interface may be implemented in order to receive
 a  TitleEventnotification when the title of the document
 displayed in aBrowseris known or has been changed. | 
| VisibilityWindowListener | This listener interface may be implemented in order to receive
 a  WindowEventnotification when a window hosting aBrowserneeds to be displayed or hidden. | 
| Class | Description | 
|---|---|
| AppFileLocProvider | |
| AuthenticationEvent | An  AuthenticationEventis sent by aBrowsertoAuthenticationListener's when theBrowsernavigates to a page that requires authentication. | 
| Browser | Instances of this class implement the browser user interface
 metaphor. | 
| BrowserFactory | |
| BrowserFunction | Instances of this class represent java-side "functions" that
 are invokable from javascript. | 
| Download | This class implements the nsIDownload interface for mozilla
 versions 1.4 - 1.7.x. | 
| Download_1_8 | This class implements the nsIDownload interface for mozilla
 version 1.8.x. | 
| DownloadFactory | |
| DownloadFactory_1_8 | |
| External | |
| ExternalFactory | |
| FilePicker | |
| FilePicker_1_8 | |
| FilePicker_10 | |
| FilePickerFactory | |
| HelperAppLauncherDialog | This class implements the nsIHelperAppLauncherDialog interface for mozilla
 versions 1.4 - 1.8.x. | 
| HelperAppLauncherDialog_1_9 | This class implements the nsIHelperAppLauncherDialog interface for mozilla
 versions >= 1.9. | 
| HelperAppLauncherDialog_10 | This class implements the nsIHelperAppLauncherDialog interface for mozilla
 versions >= 4. | 
| HelperAppLauncherDialogFactory | |
| IE | |
| InputStream | |
| LocationAdapter | This adapter class provides default implementations for the
 methods described by the  LocationListenerinterface. | 
| LocationEvent | A  LocationEventis sent by aBrowsertoLocationListener's when theBrowsernavigates to a different URL. | 
| Mozilla | |
| MozillaDelegate | |
| ProgressAdapter | This adapter class provides default implementations for the
 methods described by the  ProgressListenerinterface. | 
| ProgressEvent | A  ProgressEventis sent by aBrowsertoProgressListener's when a progress is made during the
 loading of the current URL or when the loading of the current
 URL has been completed. | 
| PromptAuth2 | |
| PromptDialog | |
| Prompter | |
| PromptFactory | |
| PromptService2 | |
| PromptService2Factory | |
| SimpleEnumerator | |
| StatusTextEvent | |
| TitleEvent | A  TitleEventis sent by aBrowsertoTitleListener's when the title of the current document
 is available or when it is modified. | 
| VisibilityWindowAdapter | This adapter class provides default implementations for the
 methods described by the  VisibilityWindowListenerinterface. | 
| WebBrowser | |
| WebDownloadDelegate | |
| WebFrameLoadDelegate | |
| WebKit | |
| WebPolicyDelegate | |
| WebResourceLoadDelegate | |
| WebSite | |
| WebUIDelegate | |
| WindowCreator2 | |
| WindowEvent | A  WindowEventis sent by aBrowserwhen
 a new window needs to be created or when an existing window needs to be
 closed. |