Uses of Class
org.eclipse.swt.events.ShellEvent
-
Packages that use ShellEvent Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.swt.events SWT typed listener support. -
-
Uses of ShellEvent in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type ShellEvent Modifier and Type Method Description voidAnnotationBarHoverManager.Closer. shellActivated(ShellEvent e)Deprecated.voidAnnotationBarHoverManager.Closer. shellClosed(ShellEvent e)Deprecated.voidAnnotationBarHoverManager.Closer. shellDeactivated(ShellEvent e)Deprecated.voidAnnotationBarHoverManager.Closer. shellDeiconified(ShellEvent e)Deprecated.voidAnnotationBarHoverManager.Closer. shellIconified(ShellEvent e)Deprecated. -
Uses of ShellEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type ShellEvent Modifier and Type Method Description voidShellAdapter. shellActivated(ShellEvent e)Sent when a shell becomes the active window.voidShellListener. shellActivated(ShellEvent e)Sent when a shell becomes the active window.voidShellAdapter. shellClosed(ShellEvent e)Sent when a shell is closed.voidShellListener. shellClosed(ShellEvent e)Sent when a shell is closed.voidShellAdapter. shellDeactivated(ShellEvent e)Sent when a shell stops being the active window.voidShellListener. shellDeactivated(ShellEvent e)Sent when a shell stops being the active window.voidShellAdapter. shellDeiconified(ShellEvent e)Sent when a shell is un-minimized.voidShellListener. shellDeiconified(ShellEvent e)Sent when a shell is un-minimized.voidShellAdapter. shellIconified(ShellEvent e)Sent when a shell is minimized.voidShellListener. shellIconified(ShellEvent e)Sent when a shell is minimized.Method parameters in org.eclipse.swt.events with type arguments of type ShellEvent Modifier and Type Method Description static ShellListenerShellListener. shellActivatedAdapter(Consumer<ShellEvent> c)Static helper method to create aShellListenerfor theShellListener.shellActivated(ShellEvent e)) method, given a lambda expression or a method reference.static ShellListenerShellListener. shellClosedAdapter(Consumer<ShellEvent> c)Static helper method to create aShellListenerfor theShellListener.shellClosed(ShellEvent e)) method, given a lambda expression or a method reference.static ShellListenerShellListener. shellDeactivatedAdapter(Consumer<ShellEvent> c)Static helper method to create aShellListenerfor theShellListener.shellDeactivated(ShellEvent e)) method, given a lambda expression or a method reference.static ShellListenerShellListener. shellDeiconifiedAdapter(Consumer<ShellEvent> c)Static helper method to create aShellListenerfor theShellListener.shellDeiconified(ShellEvent e)) method, given a lambda expression or a method reference.static ShellListenerShellListener. shellIconifiedAdapter(Consumer<ShellEvent> c)Static helper method to create aShellListenerfor theShellListener.shellIconified(ShellEvent e)) method, given a lambda expression or a method reference.
-