Uses of Interface
org.eclipse.swt.browser.VisibilityWindowListener
Packages that use VisibilityWindowListener
-
Uses of VisibilityWindowListener in org.eclipse.swt.browser
Classes in org.eclipse.swt.browser that implement VisibilityWindowListenerModifier and TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theVisibilityWindowListenerinterface.Methods in org.eclipse.swt.browser that return VisibilityWindowListenerModifier and TypeMethodDescriptionstatic VisibilityWindowListenerVisibilityWindowListener.hideAdapter(Consumer<WindowEvent> c) Static helper method to create aVisibilityWindowListenerfor thehidehide(WindowEvent e)) method, given a lambda expression or a method reference.static VisibilityWindowListenerVisibilityWindowListener.showAdapter(Consumer<WindowEvent> c) Static helper method to create aVisibilityWindowListenerfor theshow(WindowEvent e)) method, given a lambda expression or a method reference.Methods in org.eclipse.swt.browser with parameters of type VisibilityWindowListenerModifier and TypeMethodDescriptionvoidBrowser.addVisibilityWindowListener(VisibilityWindowListener listener) Adds the listener to the collection of listeners who will be notified when a window hosting the receiver needs to be displayed or hidden.voidBrowser.removeVisibilityWindowListener(VisibilityWindowListener listener) Removes the listener from the collection of listeners who will be notified when a window hosting the receiver needs to be displayed or hidden.