Uses of Package
org.eclipse.swt.browser
Packages that use org.eclipse.swt.browser
-
Classes in org.eclipse.swt.browser used by org.eclipse.rap.rwt.widgets
-
Classes in org.eclipse.swt.browser used by org.eclipse.swt.browserClassDescriptionInstances of this class implement the browser user interface metaphor.A
LocationEvent
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.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.