Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.browser
Class AbstractWebBrowser


java.lang.Object
  extended by 
org.eclipse.ui.browser.AbstractWebBrowser
All Implemented Interfaces:
IWebBrowser

public abstract class AbstractWebBrowser
extends Object
implements IWebBrowser

Clients that supply implementation of the workbench browser support should extend this class for web browser instances they manage. Clients should not implement the IWebBrowser interface.

Since:
3.1

Constructor Summary
AbstractWebBrowser ( String id)
          The constructor that accepts the unique browser identifier.
 
Method Summary
 boolean close ()
          Closes this browser instance.
  String getId ()
          Returns the unique identifier of this browser.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.browser. IWebBrowser
openURL
 

Constructor Detail

AbstractWebBrowser

public AbstractWebBrowser(
String id)
The constructor that accepts the unique browser identifier.

Parameters:
id - the unique browser identifier
Method Detail

getId

public 
String getId()
Description copied from interface: IWebBrowser
Returns the unique identifier of this browser. If an id has been supplied to the browser support when the instance was created, it will be used. Otherwise, a generated id will be provided to the browser that is guaranteed to be unique.

Specified by:
getId in interface IWebBrowser
Returns:
a unique identifier of this browser instance

close

public boolean close()
Description copied from interface: IWebBrowser
Closes this browser instance.

Specified by:
close in interface IWebBrowser
Returns:
true if the browser was closed or false if the operation failed or is not supported.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire