|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.browser.VisibilityWindowAdapter
This adapter class provides default implementations for the methods described by the VisibilityWindowListener interface.
Classes that wish to deal with WindowEvent's can extend this class and override only the methods which they are interested in.
Constructor Summary | |
VisibilityWindowAdapter()
|
Method Summary | |
void | hide(WindowEvent event)
This method is called when the window hosting a Browser is requested to be hidden. |
void | show(WindowEvent event)
This method is called when the window hosting a Browser is requested to be displayed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VisibilityWindowAdapter()
Method Detail |
public void hide(WindowEvent event)
The following fields in the WindowEvent apply:
public void show(WindowEvent event)
The following fields in the WindowEvent apply:
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.