Package org.eclipse.draw2d
Class LightweightSystem.EventHandler
java.lang.Object
org.eclipse.draw2d.LightweightSystem.EventHandler
- All Implemented Interfaces:
- EventListener,- AccessibleControlListener,- AccessibleListener,- DisposeListener,- FocusListener,- KeyListener,- MouseListener,- MouseMoveListener,- MouseTrackListener,- TraverseListener,- Listener
- Enclosing class:
- LightweightSystem
protected class LightweightSystem.EventHandler
extends Object
implements MouseMoveListener, MouseListener, AccessibleControlListener, KeyListener, TraverseListener, FocusListener, AccessibleListener, MouseTrackListener, Listener, DisposeListener
Listener used to get all necessary events from the Canvas and pass them on to
 the 
EventDispatcher.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidhandleEvent(Event event) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
- 
Constructor Details- 
EventHandlerprotected EventHandler()
 
- 
- 
Method Details- 
focusGained- Specified by:
- focusGainedin interface- FocusListener
- See Also:
 
- 
focusLost- Specified by:
- focusLostin interface- FocusListener
- See Also:
 
- 
getChild- Specified by:
- getChildin interface- AccessibleControlListener
- See Also:
 
- 
getChildAtPoint- Specified by:
- getChildAtPointin interface- AccessibleControlListener
- See Also:
 
- 
getChildCount- Specified by:
- getChildCountin interface- AccessibleControlListener
- See Also:
 
- 
getChildren- Specified by:
- getChildrenin interface- AccessibleControlListener
- See Also:
 
- 
getDefaultAction- Specified by:
- getDefaultActionin interface- AccessibleControlListener
- See Also:
 
- 
getDescription- Specified by:
- getDescriptionin interface- AccessibleListener
- See Also:
 
- 
getFocus- Specified by:
- getFocusin interface- AccessibleControlListener
- See Also:
 
- 
getHelp- Specified by:
- getHelpin interface- AccessibleListener
- See Also:
 
- 
getKeyboardShortcut- Specified by:
- getKeyboardShortcutin interface- AccessibleListener
- See Also:
 
- 
getLocation- Specified by:
- getLocationin interface- AccessibleControlListener
- See Also:
 
- 
getName- Specified by:
- getNamein interface- AccessibleListener
- See Also:
 
- 
getRole- Specified by:
- getRolein interface- AccessibleControlListener
- See Also:
 
- 
getSelection- Specified by:
- getSelectionin interface- AccessibleControlListener
- See Also:
 
- 
getState- Specified by:
- getStatein interface- AccessibleControlListener
- See Also:
 
- 
getValue- Specified by:
- getValuein interface- AccessibleControlListener
- See Also:
 
- 
handleEvent- Specified by:
- handleEventin interface- Listener
- Since:
- 3.1
- See Also:
 
- 
keyPressed- Specified by:
- keyPressedin interface- KeyListener
- See Also:
 
- 
keyReleased- Specified by:
- keyReleasedin interface- KeyListener
- See Also:
 
- 
keyTraversed- Specified by:
- keyTraversedin interface- TraverseListener
- See Also:
 
- 
mouseDoubleClick- Specified by:
- mouseDoubleClickin interface- MouseListener
- See Also:
 
- 
mouseDown- Specified by:
- mouseDownin interface- MouseListener
- See Also:
 
- 
mouseEnter- Specified by:
- mouseEnterin interface- MouseTrackListener
- See Also:
 
- 
mouseExit- Specified by:
- mouseExitin interface- MouseTrackListener
- See Also:
 
- 
mouseHover- Specified by:
- mouseHoverin interface- MouseTrackListener
- See Also:
 
- 
mouseMove- Specified by:
- mouseMovein interface- MouseMoveListener
- See Also:
 
- 
mouseUp- Specified by:
- mouseUpin interface- MouseListener
- See Also:
 
- 
widgetDisposed- Specified by:
- widgetDisposedin interface- DisposeListener
- See Also:
 
 
-