Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.swt.browser.WindowEvent

Packages that use WindowEvent
org.eclipse.swt.browser SWT Browser widget.  
 

Uses of WindowEvent in org.eclipse.swt.browser
 

Methods in org.eclipse.swt.browser with parameters of type WindowEvent
 void VisibilityWindowAdapter.hide(WindowEvent event)
           
 void VisibilityWindowAdapter.show(WindowEvent event)
           
 void VisibilityWindowListener.hide(WindowEvent event)
          This method is called when the window hosting a Browser is requested to be hidden.
 void VisibilityWindowListener.show(WindowEvent event)
          This method is called when the window hosting a Browser is requested to be displayed.
 void CloseWindowListener.close(WindowEvent event)
          This method is called when the window hosting a Browser should be closed.
 void OpenWindowListener.open(WindowEvent event)
          This method is called when a new window needs to be created.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.