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 TypeMethodDescriptionvoidAnnotationBarHoverManager.Closer.shellActivated(ShellEvent e) Deprecated.voidAnnotationBarHoverManager.Closer.shellClosed(ShellEvent e) Deprecated.voidAnnotationBarHoverManager.Closer.shellDeactivated(ShellEvent e) Deprecated.voidAnnotationBarHoverManager.Closer.shellDeiconified(ShellEvent e) Deprecated.voidAnnotationBarHoverManager.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 aShellListenerand registers it for the activated event.ShellFactory.onClose(Consumer<ShellEvent> consumer) Creates aShellListenerand registers it for the closed event.ShellFactory.onDeactivate(Consumer<ShellEvent> consumer) Creates aShellListenerand registers it for the deactivated event.ShellFactory.onDeiconify(Consumer<ShellEvent> consumer) Creates aShellListenerand registers it for the deiconified (un-minimized) event.ShellFactory.onIconify(Consumer<ShellEvent> consumer) Creates aShellListenerand 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 TypeMethodDescriptionvoidShellAdapter.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 ShellEventModifier and TypeMethodDescriptionstatic ShellListenerShellListener.shellActivatedAdapter(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(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(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(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(Consumer<ShellEvent> c) Static helper method to create aShellListenerfor theShellListener.shellIconified(ShellEvent e)) method, given a lambda expression or a method reference.