Package org.eclipse.swt.browser
package org.eclipse.swt.browser
-
ClassDescriptionInstances of this class implement the browser user interface metaphor.Instances of this class represent java-side "functions" that are invokable from javascript.This adapter class provides default implementations for the methods described by the
LocationListener
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 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.