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 Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.swt.browser

SWT Browser widget.

See:
           Description

Interface Summary
AuthenticationListener This listener interface may be implemented in order to receive an AuthenticationEvent notification when the Browser encounters a page that requires authentication.
CloseWindowListener This listener interface may be implemented in order to receive a WindowEvent notification when a Browser is about to be closed and when its host window should be closed by the application.
LocationListener This listener interface may be implemented in order to receive a LocationEvent notification when a Browser navigates to a different URL.
OpenWindowListener This listener interface may be implemented in order to receive a WindowEvent notification when a new Browser needs to be provided by the application.
ProgressListener This listener interface may be implemented in order to receive a ProgressEvent notification when a Browser makes a progress in loading the current URL or when the current URL has been loaded.
StatusTextListener This listener interface may be implemented in order to receive a StatusTextEvent notification when the status text for a Browser is changed.
TitleListener This listener interface may be implemented in order to receive a TitleEvent notification when the title of the document displayed in a Browser is known or has been changed.
VisibilityWindowListener This listener interface may be implemented in order to receive a WindowEvent notification when a window hosting a Browser needs to be displayed or hidden.
 

Class Summary
AuthenticationEvent An AuthenticationEvent is sent by a Browser to AuthenticationListener's when the Browser navigates to a page that requires authentication.
Browser Instances of this class implement the browser user interface metaphor.
BrowserFunction Instances of this class represent java-side "functions" that are invokable from javascript.
LocationAdapter This adapter class provides default implementations for the methods described by the LocationListener interface.
LocationEvent A LocationEvent is sent by a Browser to LocationListener's when the Browser navigates to a different URL.
ProgressAdapter This adapter class provides default implementations for the methods described by the ProgressListener interface.
ProgressEvent A ProgressEvent is sent by a Browser to ProgressListener's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
StatusTextEvent A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
TitleEvent A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
VisibilityWindowAdapter This adapter class provides default implementations for the methods described by the VisibilityWindowListener interface.
WindowEvent A WindowEvent is sent by a Browser when a new window needs to be created or when an existing window needs to be closed.
 

Package org.eclipse.swt.browser Description

SWT Browser widget.

Package Specification

This package provides the classes to implement the browser user interface metaphor.


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