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
AuthenticationEventis sent by aBrowsertoAuthenticationListener's when theBrowsernavigates to a page that requires authentication.This listener interface may be implemented in order to receive anAuthenticationEventnotification when theBrowserencounters 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 aWindowEventnotification when aBrowseris 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 theLocationListenerinterface.ALocationEventis sent by aBrowsertoLocationListener's when theBrowsernavigates to a different URL.This listener interface may be implemented in order to receive aLocationEventnotification when aBrowsernavigates to a different URL.This listener interface may be implemented in order to receive aWindowEventnotification when a newBrowserneeds to be provided by the application.This adapter class provides default implementations for the methods described by theProgressListenerinterface.AProgressEventis 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.This listener interface may be implemented in order to receive aProgressEventnotification when aBrowsermakes 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 aStatusTextEventnotification when the status text for aBrowseris changed.ATitleEventis sent by aBrowsertoTitleListener'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 aTitleEventnotification when the title of the document displayed in aBrowseris known or has been changed.This adapter class provides default implementations for the methods described by theVisibilityWindowListenerinterface.This listener interface may be implemented in order to receive aWindowEventnotification when a window hosting aBrowserneeds to be displayed or hidden.AWindowEventis sent by aBrowserwhen a new window needs to be created or when an existing window needs to be closed.