Uses of Class
org.eclipse.swt.events.ShellEvent
Packages that use ShellEvent
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
SWT typed listener support.
-
Uses of ShellEvent in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type ShellEventModifier and TypeMethodDescriptionvoid
AnnotationBarHoverManager.Closer.shellActivated
(ShellEvent e) Deprecated.void
AnnotationBarHoverManager.Closer.shellClosed
(ShellEvent e) Deprecated.void
AnnotationBarHoverManager.Closer.shellDeactivated
(ShellEvent e) Deprecated.void
AnnotationBarHoverManager.Closer.shellDeiconified
(ShellEvent e) Deprecated.void
AnnotationBarHoverManager.Closer.shellIconified
(ShellEvent e) Deprecated. -
Uses of ShellEvent in org.eclipse.jface.widgets
Method parameters in org.eclipse.jface.widgets with type arguments of type ShellEventModifier and TypeMethodDescriptionShellFactory.onActivate
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the activated event.ShellFactory.onClose
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the closed event.ShellFactory.onDeactivate
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the deactivated event.ShellFactory.onDeiconify
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the deiconified (un-minimized) event.ShellFactory.onIconify
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the iconified (minimized) event. -
Uses of ShellEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type ShellEventModifier and TypeMethodDescriptionvoid
ShellAdapter.shellActivated
(ShellEvent e) Sent when a shell becomes the active window.void
ShellListener.shellActivated
(ShellEvent e) Sent when a shell becomes the active window.void
ShellAdapter.shellClosed
(ShellEvent e) Sent when a shell is closed.void
ShellListener.shellClosed
(ShellEvent e) Sent when a shell is closed.void
ShellAdapter.shellDeactivated
(ShellEvent e) Sent when a shell stops being the active window.void
ShellListener.shellDeactivated
(ShellEvent e) Sent when a shell stops being the active window.void
ShellAdapter.shellDeiconified
(ShellEvent e) Sent when a shell is un-minimized.void
ShellListener.shellDeiconified
(ShellEvent e) Sent when a shell is un-minimized.void
ShellAdapter.shellIconified
(ShellEvent e) Sent when a shell is minimized.void
ShellListener.shellIconified
(ShellEvent e) Sent when a shell is minimized.Method parameters in org.eclipse.swt.events with type arguments of type ShellEventModifier and TypeMethodDescriptionstatic ShellListener
ShellListener.shellActivatedAdapter
(Consumer<ShellEvent> c) Static helper method to create aShellListener
for theShellListener.shellActivated(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 theShellListener.shellClosed(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 theShellListener.shellDeactivated(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 theShellListener.shellDeiconified(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 theShellListener.shellIconified(ShellEvent e)
) method, given a lambda expression or a method reference.