|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.browser
Interface VisibilityWindowListener

- All Superinterfaces:
- java.util.EventListener, org.eclipse.swt.internal.SWTEventListener
- All Known Implementing Classes:
- VisibilityWindowAdapter
- public interface VisibilityWindowListener
- extends org.eclipse.swt.internal.SWTEventListener
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.
- Since:
- 3.0
| 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. |
| Method Detail |
hide
public void hide(WindowEvent event)
- This method is called when the window hosting a
Browseris requested to be hidden. Application would typically hide the org.eclipse.swt.widgets.Shell that hosts theBrowser.The following fields in the
WindowEventapply:- (in) widget the
Browserthat needs to be hidden
- Since:
- 3.0
- (in) widget the
show
public void show(WindowEvent event)
- This method is called when the window hosting a
Browseris requested to be displayed. Application would typically set the location and the size of the org.eclipse.swt.widgets.Shell that hosts theBrowser, if a particular location and size are specified. The application would then open thatShell.The following fields in the
WindowEventapply:- (in) widget the
Browserto display - (in) location the requested location for the
Shellhosting the browser. It isnullif no location is set. - (in) size the requested size for the
Browser. The client area of theShellhosting theBrowsershould be large enough to accomodate that size. It isnullif no size is set.
- Since:
- 3.0
- (in) widget the
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC