Package | Description |
---|---|
org.eclipse.swt.browser |
Modifier and Type | Method and Description |
---|---|
void |
CloseWindowListener.close(WindowEvent event)
This method is called when the window hosting a
Browser should be closed. |
void |
VisibilityWindowListener.hide(WindowEvent event)
This method is called when the window hosting a
Browser
is requested to be hidden. |
void |
VisibilityWindowAdapter.hide(WindowEvent event) |
void |
OpenWindowListener.open(WindowEvent event)
This method is called when a new window needs to be created.
|
void |
VisibilityWindowListener.show(WindowEvent event)
This method is called when the window hosting a
Browser
is requested to be displayed. |
void |
VisibilityWindowAdapter.show(WindowEvent event) |
Copyright © 2017. All Rights Reserved.