Uses of Class
org.eclipse.swt.events.ShellEvent
Packages that use ShellEvent
- 
Uses of ShellEvent in org.eclipse.swt.eventsMethods 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.