Uses of Class
org.eclipse.swt.browser.WindowEvent
-
Uses of WindowEvent in org.eclipse.swt.browser
Modifier and TypeMethodDescriptionvoid
CloseWindowListener.close
(WindowEvent event) This method is called when the window hosting aBrowser
should be closed.void
VisibilityWindowAdapter.hide
(WindowEvent event) void
VisibilityWindowListener.hide
(WindowEvent event) This method is called when the window hosting aBrowser
is requested to be hidden.void
OpenWindowListener.open
(WindowEvent event) This method is called when a new window needs to be created.void
VisibilityWindowAdapter.show
(WindowEvent event) void
VisibilityWindowListener.show
(WindowEvent event) This method is called when the window hosting aBrowser
is requested to be displayed.Modifier and TypeMethodDescriptionstatic VisibilityWindowListener
VisibilityWindowListener.hideAdapter
(Consumer<WindowEvent> c) Static helper method to create aVisibilityWindowListener
for thehideVisibilityWindowListener.hide(WindowEvent e)
) method, given a lambda expression or a method reference.static VisibilityWindowListener
VisibilityWindowListener.showAdapter
(Consumer<WindowEvent> c) Static helper method to create aVisibilityWindowListener
for theVisibilityWindowListener.show(WindowEvent e)
) method, given a lambda expression or a method reference.