Uses of Interface
org.eclipse.swt.events.ShellListener
-
Packages that use ShellListener Package Description org.eclipse.swt.events org.eclipse.swt.widgets -
-
Uses of ShellListener in org.eclipse.swt.events
Classes in org.eclipse.swt.events that implement ShellListener Modifier and Type Class Description classShellAdapterThis adapter class provides default implementations for the methods described by theShellListenerinterface.Methods in org.eclipse.swt.events that return ShellListener Modifier and Type Method Description static ShellListenerShellListener. shellActivatedAdapter(java.util.function.Consumer<ShellEvent> c)Static helper method to create aShellListenerfor theshellActivated(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 theshellClosed(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 theshellDeactivated(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 theshellDeiconified(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 theshellIconified(ShellEvent e)) method, given a lambda expression or a method reference. -
Uses of ShellListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type ShellListener Modifier and Type Method Description voidShell. addShellListener(ShellListener listener)Adds the listener to the collection of listeners who will be notified when operations are performed on the receiver, by sending the listener one of the messages defined in theShellListenerinterface.voidShell. removeShellListener(ShellListener listener)Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.
-