org.eclipse.swt.browser.Browser

Copyright (c) 2003, 2007 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors: IBM Corporation - initial API and implementation Port to the D programming language: John Reimer <terminal.node@gmail.com>

Members

Classes

Browser
class Browser

Instances of this class implement the browser user interface metaphor. It allows the user to visualize and navigate through HTML documents. <p> Note that although this class is a subclass of <code>Composite</code>, it does not make sense to set a layout on it. </p> <dl> <dt><b>Styles:</b></dt> <dd>MOZILLA</dd> <dt><b>Events:</b></dt> <dd>CloseWindowListener, LocationListener, OpenWindowListener, ProgressListener, StatusTextListener, TitleListener, VisibilityWindowListener</dd> </dl> <p> IMPORTANT: This class is <em>not</em> intended to be subclassed. </p>

Meta