Uses of Class
org.eclipse.swt.events.ShellEvent
-
Packages that use ShellEvent Package Description org.eclipse.swt.events -
-
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(java.util.function.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(java.util.function.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(java.util.function.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(java.util.function.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(java.util.function.Consumer<ShellEvent> c)Static helper method to create aShellListenerfor theShellListener.shellIconified(ShellEvent e)) method, given a lambda expression or a method reference.
-