Eclipse Platform
2.0

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

Packages that use TypedEvent
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.swt.events SWT typed listener support. 
 

Uses of TypedEvent in org.eclipse.swt.custom
 

Subclasses of TypedEvent in org.eclipse.swt.custom
 class BidiSegmentEvent
          This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
 class CTabFolderEvent
           
 class ExtendedModifyEvent
          This event is sent after a text change occurs.
 class LineBackgroundEvent
          This event is sent when a line is about to be drawn.
 class LineStyleEvent
          This event is sent when a line is about to be drawn.
 class TextChangedEvent
          This event is sent by the StyledTextContent implementor when a change to the text occurs.
 class TextChangingEvent
          This event is sent by the StyledTextContent implementor when a change to the text is about to occur.
 

Uses of TypedEvent in org.eclipse.swt.dnd
 

Subclasses of TypedEvent in org.eclipse.swt.dnd
 class DragSourceEvent
          The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
 class DropTargetEvent
          The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.
 

Uses of TypedEvent in org.eclipse.swt.events
 

Subclasses of TypedEvent in org.eclipse.swt.events
 class ArmEvent
          Instances of this class are sent as a result of a widget such as a menu item being armed.
 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 HelpEvent
          Instances of this class are sent as a result of help being requested for a widget.
 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 Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.