Uses of Class
org.eclipse.swt.browser.WindowEvent
Packages that use WindowEvent
-
Uses of WindowEvent in org.eclipse.swt.browser
Methods in org.eclipse.swt.browser with parameters of type WindowEventModifier and TypeMethodDescriptionvoidCloseWindowListener.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 WindowEventModifier and TypeMethodDescriptionstatic 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.