Uses of Class
org.eclipse.swt.browser.WindowEvent
-
Packages that use WindowEvent Package Description org.eclipse.swt.browser SWT Browser widget. -
-
Uses of WindowEvent in org.eclipse.swt.browser
Methods in org.eclipse.swt.browser with parameters of type WindowEvent Modifier and Type Method Description voidCloseWindowListener. close(WindowEvent event)This method is called when the window hosting aBrowsershould be closed.voidVisibilityWindowAdapter. hide(WindowEvent event)voidVisibilityWindowListener. hide(WindowEvent event)This method is called when the window hosting aBrowseris requested to be hidden.voidOpenWindowListener. open(WindowEvent event)This method is called when a new window needs to be created.voidVisibilityWindowAdapter. show(WindowEvent event)voidVisibilityWindowListener. show(WindowEvent event)This method is called when the window hosting aBrowseris requested to be displayed.Method parameters in org.eclipse.swt.browser with type arguments of type WindowEvent Modifier and Type Method Description static VisibilityWindowListenerVisibilityWindowListener. hideAdapter(Consumer<WindowEvent> c)Static helper method to create aVisibilityWindowListenerfor thehideVisibilityWindowListener.hide(WindowEvent e)) method, given a lambda expression or a method reference.static VisibilityWindowListenerVisibilityWindowListener. showAdapter(Consumer<WindowEvent> c)Static helper method to create aVisibilityWindowListenerfor theVisibilityWindowListener.show(WindowEvent e)) method, given a lambda expression or a method reference.
-