Uses of Package
org.eclipse.swt.events

Packages that use org.eclipse.swt.events
org.eclipse.ercp.eworkbench   
org.eclipse.ercp.swt.mobile SWT Mobile Extensions Package Specification This package contains classes which are suitable for mobile devices. 
org.eclipse.ercp.update.views   
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.browser SWT Browser widget. 
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Classes in org.eclipse.swt.events used by org.eclipse.ercp.eworkbench
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.
 

Classes in org.eclipse.swt.events used by org.eclipse.ercp.swt.mobile
ModifyEvent
          Instances of this class are sent as a result of text being modified.
ModifyListener
          Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
MouseEvent
          Instances of this class are sent whenever mouse related actions occur.
MouseListener
          Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
MouseMoveListener
          Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
SelectionListener
          Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
TypedEvent
          This is the super class for all typed event classes provided by SWT.
 

Classes in org.eclipse.swt.events used by org.eclipse.ercp.update.views
ControlEvent
          Instances of this class are sent as a result of controls being moved or resized.
ControlListener
          Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
ModifyEvent
          Instances of this class are sent as a result of text being modified.
ModifyListener
          Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
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.
TreeEvent
          Instances of this class are sent as a result of trees being expanded and collapsed.
TreeListener
          Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
 

Classes in org.eclipse.swt.events used by org.eclipse.jface.util
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.
 

Classes in org.eclipse.swt.events used by org.eclipse.jface.viewers
DisposeEvent
          Instances of this class are sent as a result of widgets being disposed.
KeyEvent
          Instances of this class are sent as a result of keys being pressed and released on the keyboard
ModifyEvent
          Instances of this class are sent as a result of text being modified.
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.
TreeEvent
          Instances of this class are sent as a result of trees being expanded and collapsed.
TreeListener
          Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
 

Classes in org.eclipse.swt.events used by org.eclipse.swt.browser
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
ControlEvent
          Instances of this class are sent as a result of controls being moved or resized.
DisposeEvent
          Instances of this class are sent as a result of widgets being disposed.
FocusEvent
          Instances of this class are sent as a result of widgets gaining and losing focus.
KeyEvent
          Instances of this class are sent as a result of keys being pressed and released on the keyboard
MenuEvent
          Instances of this class are sent as a result of menus being shown and hidden.
ModifyEvent
          Instances of this class are sent as a result of text being modified.
MouseEvent
          Instances of this class are sent whenever mouse related actions occur.
PaintEvent
          Instances of this class are sent as a result of visible areas of controls requiring re-painting.
SelectionEvent
          Instances of this class are sent as a result of widgets being selected.
ShellEvent
          Instances of this class are sent as a result of operations being performed on shells.
TraverseEvent
          Instances of this class are sent as a result of widget traversal actions.
TreeEvent
          Instances of this class are sent as a result of trees being expanded and collapsed.
TypedEvent
          This is the super class for all typed event classes provided by SWT.
VerifyEvent
          Instances of this class are sent as a result of widgets handling keyboard events
 

Classes in org.eclipse.swt.events used by org.eclipse.swt.widgets
ControlListener
          Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
DisposeListener
          Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.
FocusListener
          Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
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.
ModifyListener
          Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
MouseListener
          Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
MouseMoveListener
          Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
PaintListener
          Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.
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.
TraverseListener
          Classes which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.
TreeListener
          Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
VerifyListener
          Classes which implement this interface provide a method that deals with the events that are generated when text is about to be modified.