Eclipse Rich Ajax Platform
Release 1.3

Uses of Package
org.eclipse.swt.events

Packages that use org.eclipse.swt.events
org.eclipse.rwt.widgets   
org.eclipse.swt.custom   
org.eclipse.swt.events   
org.eclipse.swt.widgets   
 

Classes in org.eclipse.swt.events used by org.eclipse.rwt.widgets
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.swt.custom
ModifyListener
          Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
SelectionListener
          Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
VerifyListener
          Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
 

Classes in org.eclipse.swt.events used by org.eclipse.swt.events
ArmEvent
          Instances of this class are sent as a result of a widget such as a menu item being armed.
ArmListener
          Classes which implement this interface provide a method that deals with the event that is generated when a widget, such as a menu item, is armed.
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.
DisposeEvent
          Instances of this class are sent as a result of widgets being disposed.
DisposeListener
          Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.
DragDetectEvent
          Instances of this class are sent as a result of a drag gesture.
DragDetectListener
          Classes which implement this interface provide methods that deal with the events that are generated when a drag gesture is detected.
ExpandEvent
          Instances of this class are sent as a result of expand item being expanded and collapsed.
ExpandListener
          Classes which implement this interface provide methods that deal with the expanding and collapsing of ExpandItems.
FocusEvent
          Instances of this class are sent as a result of widgets gaining and losing focus.
FocusListener
          Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
GestureEvent
          Instances of this class are sent as a result of a touch-based gesture being generated by the user.
HelpEvent
          Instances of this class are sent as a result of widgets gaining and losing focus.
HelpListener
          Classes which implement this interface provide a method that deals with the event that is generated when help is requested for a control, typically when the user presses F1.
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.
MenuDetectEvent
          Instances of this class are sent whenever the platform- specific trigger for showing a context menu is detected.
MenuDetectListener
          Classes which implement this interface provide methods that deal with the events that are generated when the platform-specific trigger for showing a context menu is detected.
MenuEvent
          Instances of this class are sent as a result of menus being shown and hidden.
MenuListener
          Classes which implement this interface provide methods that deal with the hiding and showing of menus.
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.
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.
PaintEvent
          Instances of this class are sent as a result of visible areas of controls requiring re-painting.
PaintListener
          Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.
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.
ShellEvent
          Instances of this class are sent as a result of operations being performed on shells.
ShellListener
          Classes which implement this interface provide methods that deal with changes in state of Shells.
TouchEvent
          Instances of this class are sent as a result of a touch-based input source being touched.
TraverseEvent
          Instances of this class are sent as a result of widget traversal actions.
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.
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.
VerifyEvent
          Instances of this class are sent as a result of text being modified.
VerifyListener
          Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
 

Classes in org.eclipse.swt.events used by org.eclipse.swt.widgets
ArmListener
          Classes which implement this interface provide a method that deals with the event that is generated when a widget, such as a menu item, is armed.
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.
DragDetectListener
          Classes which implement this interface provide methods that deal with the events that are generated when a drag gesture is detected.
ExpandListener
          Classes which implement this interface provide methods that deal with the expanding and collapsing of ExpandItems.
FocusListener
          Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
GestureListener
          Classes which implement this interface provide methods that deal with the events that are generated as gestures are triggered when the user interacts with a touch pad or touch screen.
HelpListener
          Classes which implement this interface provide a method that deals with the event that is generated when help is requested for a control, typically when the user presses F1.
KeyListener
          Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
MenuDetectListener
          Classes which implement this interface provide methods that deal with the events that are generated when the platform-specific trigger for showing a context menu is detected.
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.
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.
TouchListener
          Classes which implement this interface provide methods that deal with the events that are generated as touches occur on a touch-aware input surface.
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 modified.
 


Eclipse Rich Ajax Platform
Release 1.3

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.