Uses of Class
org.eclipse.swt.events.ShellEvent

Packages that use ShellEvent
org.eclipse.swt.events SWT typed listener support. 
 

Uses of ShellEvent in org.eclipse.swt.events
 

Methods in org.eclipse.swt.events with parameters of type ShellEvent
 void ShellListener.shellActivated(ShellEvent e)
          Sent when a shell becomes the active window.
 void ShellListener.shellClosed(ShellEvent e)
          Sent when a shell is closed.
 void ShellListener.shellDeactivated(ShellEvent e)
          Sent when a shell stops being the active window.
 void ShellListener.shellDeiconified(ShellEvent e)
          Sent when a shell is un-minimized.
 void ShellListener.shellIconified(ShellEvent e)
          Sent when a shell is minimized.