Package | Description |
---|---|
org.eclipse.swt.browser |
SWT Browser widget.
|
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) |
Modifier and Type | Method and Description |
---|---|
static VisibilityWindowListener |
VisibilityWindowListener.hideAdapter(Consumer<WindowEvent> c)
Static helper method to create a
VisibilityWindowListener for thehide
VisibilityWindowListener.hide(WindowEvent e) ) method, given a lambda expression or a method reference. |
static VisibilityWindowListener |
VisibilityWindowListener.showAdapter(Consumer<WindowEvent> c)
Static helper method to create a
VisibilityWindowListener for the
VisibilityWindowListener.show(WindowEvent e) ) method, given a lambda expression or a method reference. |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.