| org.eclipse.ui.examples.rcp.browser.BrowserView
BrowserView | public class BrowserView extends ViewPart (Code) | | The Browser view. This consists of a Browser control, and an
address bar consisting of a Label and a Text
control. This registers handling actions for the retargetable actions added
by BrowserActionBuilder (Back, Forward, Stop, Refresh).
This also hooks listeners on the Browser control for status and progress
messages, and redirects these to the status line.
since: 3.0 |
Constructor Summary | |
public | BrowserView() Constructs a new BrowserView . |
BrowserView | public BrowserView()(Code) | | Constructs a new BrowserView .
|
createPartControl | public void createPartControl(Composite parent)(Code) | | |
init | public void init(IViewSite site, IMemento memento) throws PartInitException(Code) | | |
saveState | public void saveState(IMemento memento)(Code) | | |
setFocus | public void setFocus()(Code) | | |
|
|