Eclipse Platform
Release 3.6

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

Packages that use ShellEvent
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those. 
org.eclipse.swt.events SWT typed listener support. 
 

Uses of ShellEvent in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source with parameters of type ShellEvent
 void 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.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 ShellAdapter.shellActivated(ShellEvent e)
          Sent when a shell becomes the active window.
 void ShellListener.shellClosed(ShellEvent e)
          Sent when a shell is closed.
 void ShellAdapter.shellClosed(ShellEvent e)
          Sent when a shell is closed.
 void ShellListener.shellDeactivated(ShellEvent e)
          Sent when a shell stops being the active window.
 void ShellAdapter.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 ShellAdapter.shellDeiconified(ShellEvent e)
          Sent when a shell is un-minimized.
 void ShellListener.shellIconified(ShellEvent e)
          Sent when a shell is minimized.
 void ShellAdapter.shellIconified(ShellEvent e)
          Sent when a shell is minimized.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.