Uses of Interface
org.eclipse.swt.events.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
Modifier and TypeClassDescriptionprotected class
Deprecated.As of 3.4, no longer used as closer from super class is used -
Uses of ShellListener in org.eclipse.jface.window
Modifier and TypeMethodDescriptionprotected ShellListener
Window.getShellListener()
Returns a shell listener. -
Uses of ShellListener in org.eclipse.swt.events
Modifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theShellListener
interface.Modifier and TypeMethodDescriptionstatic ShellListener
ShellListener.shellActivatedAdapter
(Consumer<ShellEvent> c) Static helper method to create aShellListener
for theshellActivated(ShellEvent e)
) method, given a lambda expression or a method reference.static ShellListener
ShellListener.shellClosedAdapter
(Consumer<ShellEvent> c) Static helper method to create aShellListener
for theshellClosed(ShellEvent e)
) method, given a lambda expression or a method reference.static ShellListener
ShellListener.shellDeactivatedAdapter
(Consumer<ShellEvent> c) Static helper method to create aShellListener
for theshellDeactivated(ShellEvent e)
) method, given a lambda expression or a method reference.static ShellListener
ShellListener.shellDeiconifiedAdapter
(Consumer<ShellEvent> c) Static helper method to create aShellListener
for theshellDeiconified(ShellEvent e)
) method, given a lambda expression or a method reference.static ShellListener
ShellListener.shellIconifiedAdapter
(Consumer<ShellEvent> c) Static helper method to create aShellListener
for theshellIconified(ShellEvent e)
) method, given a lambda expression or a method reference. -
Uses of ShellListener in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionvoid
Shell.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 theShellListener
interface.void
Shell.removeShellListener
(ShellListener listener) Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.