Uses of Interface
org.eclipse.swt.events.ShellListener
Packages that use ShellListener
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a general framework for creating and managing
windows.
SWT typed listener support.
SWT widget public API classes.
-
Uses of ShellListener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement ShellListenerModifier and TypeClassDescriptionprotected classDeprecated.As of 3.4, no longer used as closer from super class is used -
Uses of ShellListener in org.eclipse.jface.window
Methods in org.eclipse.jface.window that return ShellListenerModifier and TypeMethodDescriptionprotected ShellListenerWindow.getShellListener()Returns a shell listener. -
Uses of ShellListener in org.eclipse.swt.events
Classes in org.eclipse.swt.events that implement ShellListenerModifier and TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theShellListenerinterface.Methods in org.eclipse.swt.events that return ShellListenerModifier and TypeMethodDescriptionstatic ShellListenerShellListener.shellActivatedAdapter(Consumer<ShellEvent> c) Static helper method to create aShellListenerfor theshellActivated(ShellEvent e)) method, given a lambda expression or a method reference.static ShellListenerShellListener.shellClosedAdapter(Consumer<ShellEvent> c) Static helper method to create aShellListenerfor theshellClosed(ShellEvent e)) method, given a lambda expression or a method reference.static ShellListenerShellListener.shellDeactivatedAdapter(Consumer<ShellEvent> c) Static helper method to create aShellListenerfor theshellDeactivated(ShellEvent e)) method, given a lambda expression or a method reference.static ShellListenerShellListener.shellDeiconifiedAdapter(Consumer<ShellEvent> c) Static helper method to create aShellListenerfor theshellDeiconified(ShellEvent e)) method, given a lambda expression or a method reference.static ShellListenerShellListener.shellIconifiedAdapter(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 ShellListenerModifier and TypeMethodDescriptionvoidShell.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.