Package org.eclipse.swt.browser
package org.eclipse.swt.browser
SWT Browser widget.
Package Specification
This package provides the classes to implement the browser user interface metaphor.-
ClassDescriptionAn
AuthenticationEvent
is sent by aBrowser
toAuthenticationListener
's when theBrowser
navigates to a page that requires authentication.This listener interface may be implemented in order to receive anAuthenticationEvent
notification when theBrowser
encounters a page that requires authentication.Instances of this class implement the browser user interface metaphor.Instances of this class represent java-side "functions" that are invokable from javascript.This listener interface may be implemented in order to receive aWindowEvent
notification when aBrowser
is about to be closed and when its host window should be closed by the application.This adapter class provides default implementations for the methods described by theLocationListener
interface.ALocationEvent
is sent by aBrowser
toLocationListener
's when theBrowser
navigates to a different URL.This listener interface may be implemented in order to receive aLocationEvent
notification when aBrowser
navigates to a different URL.This listener interface may be implemented in order to receive aWindowEvent
notification when a newBrowser
needs to be provided by the application.This adapter class provides default implementations for the methods described by theProgressListener
interface.AProgressEvent
is sent by aBrowser
toProgressListener
's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.This listener interface may be implemented in order to receive aProgressEvent
notification when aBrowser
makes a progress in loading the current URL or when the current URL has been loaded.This listener interface may be implemented in order to receive aStatusTextEvent
notification when the status text for aBrowser
is changed.ATitleEvent
is sent by aBrowser
toTitleListener
's when the title of the current document is available or when it is modified.This listener interface may be implemented in order to receive aTitleEvent
notification when the title of the document displayed in aBrowser
is known or has been changed.This adapter class provides default implementations for the methods described by theVisibilityWindowListener
interface.This listener interface may be implemented in order to receive aWindowEvent
notification when a window hosting aBrowser
needs to be displayed or hidden.AWindowEvent
is sent by aBrowser
when a new window needs to be created or when an existing window needs to be closed.