Package org.eclipse.swt.browser

Optional Expanded eSWT Widgets

See:
          Description

Interface Summary
LocationListener This listener interface may be implemented in order to receive a LocationEvent notification when a Browser navigates to a different URL.
ProgressListener This listener interface may be implemented in order to receive a ProgressEvent notification when a Browser makes 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 StatusTextEvent notification when the status text for a Browser needs to be updated.
TitleListener This listener interface may be implemented in order to receive a TitleEvent notification when the title of the document displayed in a Browser is known or has been changed.
 

Class Summary
Browser Instances of this class implement the browser user interface metaphor.
LocationEvent A LocationEvent is sent by a Browser to LocationListener's when the Browser navigates to a different URL.
ProgressEvent A ProgressEvent is sent by a Browser to ProgressListener's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
StatusTextEvent A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
TitleEvent A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
 

Package org.eclipse.swt.browser Description

Optional Expanded eSWT Widgets

This package includes the Browser widget which is in the Expanded portion of eSWT. The Browser widget may not be implemented if the underlying native platform does not support it very well. Applications wishing to make use of the Browser widget should be prepared to catch the SWTException: SWT_ERROR_NOT_IMPLEMENTED when constructing it.