Package | Description |
---|---|
org.eclipse.swt.browser |
SWT Browser widget.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressAdapter
This adapter class provides default implementations for the
methods described by the
ProgressListener interface. |
Modifier and Type | Method and Description |
---|---|
void |
Browser.addProgressListener(ProgressListener listener)
Adds the listener to the collection of listeners who will be
notified when a progress is made during the loading of the current
URL or when the loading of the current URL has been completed.
|
void |
Browser.removeProgressListener(ProgressListener listener)
Removes the listener from the collection of listeners who will
be notified when a progress is made during the loading of the current
URL or when the loading of the current URL has been completed.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.