Eclipse Platform
2.0

Uses of Package
org.eclipse.swt.events

Packages that use org.eclipse.swt.events
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Classes in org.eclipse.swt.events used by org.eclipse.swt.custom
TypedEvent
          This is the super class for all typed event classes provided by SWT.
 

Classes in org.eclipse.swt.events used by org.eclipse.swt.dnd
TypedEvent
          This is the super class for all typed event classes provided by SWT.
 

Classes in org.eclipse.swt.events used by org.eclipse.swt.events
ControlListener
          Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
FocusListener
          Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
KeyEvent
          Instances of this class are sent as a result of keys being pressed and released on the keyboard
KeyListener
          Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
MenuListener
          Classes which implement this interface provide methods that deal with the hiding and showing of menus.
MouseListener
          Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
MouseTrackListener
          Classes which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.
SelectionEvent
          Instances of this class are sent as a result of widgets being selected.
SelectionListener
          Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
ShellListener
          Classes which implement this interface provide methods that deal with changes in state of Shells.
TreeListener
          Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
TypedEvent
          This is the super class for all typed event classes provided by SWT.
 

Classes in org.eclipse.swt.events used by org.eclipse.ui.texteditor
MouseListener
          Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
 


Eclipse Platform
2.0

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