org.eclipse.swt.browser.WindowEvent

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

WindowEvent
class WindowEvent

A <code>WindowEvent</code> is sent by a {@link Browser} when a new window needs to be created or when an existing window needs to be closed. This notification occurs when a javascript command such as <code>window.open</code> or <code>window.close</code> gets executed by a <code>Browser</code>.

Meta