Eclipse eRCP
Release 1.1

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

Packages that use TypedEvent
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices.  
org.eclipse.swt.browser Optional Expanded eSWT Widgets This package includes the Browser widget which is in the Expanded portion of eSWT.  
org.eclipse.swt.events SWT typed listener support.  
 

Uses of TypedEvent in org.eclipse.ercp.swt.mobile
 

Subclasses of TypedEvent in org.eclipse.ercp.swt.mobile
 class MobileDeviceEvent
          Instances of this class are sent as a result of device configuration changes.
 class ScreenEvent
          Instances of this class are sent as a result of screen configuration changes.
 

Uses of TypedEvent in org.eclipse.swt.browser
 

Subclasses of TypedEvent in org.eclipse.swt.browser
 class LocationEvent
          A LocationEvent is sent by a Browser to LocationListener's when the Browser navigates to a different URL.
 class ProgressEvent
          A ProgressEvent is sent by a Browser to ProgressListener's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
 class StatusTextEvent
          A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
 class TitleEvent
          A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
 

Uses of TypedEvent in org.eclipse.swt.events
 

Subclasses of TypedEvent in org.eclipse.swt.events
 class ControlEvent
          Instances of this class are sent as a result of controls being moved or resized.
 class DisposeEvent
          Instances of this class are sent as a result of widgets being disposed.
 class FocusEvent
          Instances of this class are sent as a result of widgets gaining and losing focus.
 class KeyEvent
          Instances of this class are sent as a result of keys being pressed and released on the keyboard.
 class MenuEvent
          Instances of this class are sent as a result of menus being shown and hidden.
 class ModifyEvent
          Instances of this class are sent as a result of text being modified.
 class MouseEvent
          Instances of this class are sent whenever mouse related actions occur.
 class PaintEvent
          Instances of this class are sent as a result of visible areas of controls requiring re-painting.
 class SelectionEvent
          Instances of this class are sent as a result of widgets being selected.
 class ShellEvent
          Instances of this class are sent as a result of operations being performed on shells.
 class TraverseEvent
          Instances of this class are sent as a result of widget traversal actions.
 class TreeEvent
          Instances of this class are sent as a result of trees being expanded and collapsed.
 class VerifyEvent
          Instances of this class are sent as a result of widgets handling keyboard events
 


Eclipse eRCP
Release 1.1