org.eclipse.draw2d
Class LightweightSystem.EventHandler
java.lang.Object
|
+--org.eclipse.draw2d.LightweightSystem.EventHandler
- All Implemented Interfaces:
- AccessibleControlListener, AccessibleListener, EventListener, FocusListener, KeyListener, MouseListener, MouseMoveListener, MouseTrackListener, org.eclipse.swt.internal.SWTEventListener, TraverseListener
- Enclosing class:
- LightweightSystem
- protected class LightweightSystem.EventHandler
- extends Object
- implements MouseMoveListener, MouseListener, KeyListener, MouseTrackListener, TraverseListener, FocusListener, AccessibleListener, AccessibleControlListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LightweightSystem.EventHandler
protected LightweightSystem.EventHandler()
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interface FocusListener
getChild
public void getChild(AccessibleControlEvent e)
- Specified by:
getChild
in interface AccessibleControlListener
getChildAtPoint
public void getChildAtPoint(AccessibleControlEvent e)
- Specified by:
getChildAtPoint
in interface AccessibleControlListener
getChildCount
public void getChildCount(AccessibleControlEvent e)
- Specified by:
getChildCount
in interface AccessibleControlListener
getChildren
public void getChildren(AccessibleControlEvent e)
- Specified by:
getChildren
in interface AccessibleControlListener
getDefaultAction
public void getDefaultAction(AccessibleControlEvent e)
- Specified by:
getDefaultAction
in interface AccessibleControlListener
getDescription
public void getDescription(AccessibleEvent e)
- Specified by:
getDescription
in interface AccessibleListener
getFocus
public void getFocus(AccessibleControlEvent e)
- Specified by:
getFocus
in interface AccessibleControlListener
getHelp
public void getHelp(AccessibleEvent e)
- Specified by:
getHelp
in interface AccessibleListener
getKeyboardShortcut
public void getKeyboardShortcut(AccessibleEvent e)
- Specified by:
getKeyboardShortcut
in interface AccessibleListener
getLocation
public void getLocation(AccessibleControlEvent e)
- Specified by:
getLocation
in interface AccessibleControlListener
getName
public void getName(AccessibleEvent e)
- Specified by:
getName
in interface AccessibleListener
getRole
public void getRole(AccessibleControlEvent e)
- Specified by:
getRole
in interface AccessibleControlListener
getSelection
public void getSelection(AccessibleControlEvent e)
- Specified by:
getSelection
in interface AccessibleControlListener
getState
public void getState(AccessibleControlEvent e)
- Specified by:
getState
in interface AccessibleControlListener
getValue
public void getValue(AccessibleControlEvent e)
- Specified by:
getValue
in interface AccessibleControlListener
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased
in interface KeyListener
keyTraversed
public void keyTraversed(TraverseEvent e)
- Specified by:
keyTraversed
in interface TraverseListener
mouseDoubleClick
public void mouseDoubleClick(MouseEvent e)
- Specified by:
mouseDoubleClick
in interface MouseListener
mouseDown
public void mouseDown(MouseEvent e)
- Specified by:
mouseDown
in interface MouseListener
mouseEnter
public void mouseEnter(MouseEvent e)
- Specified by:
mouseEnter
in interface MouseTrackListener
mouseExit
public void mouseExit(MouseEvent e)
- Specified by:
mouseExit
in interface MouseTrackListener
mouseHover
public void mouseHover(MouseEvent e)
- Specified by:
mouseHover
in interface MouseTrackListener
mouseMove
public void mouseMove(MouseEvent e)
- Specified by:
mouseMove
in interface MouseMoveListener
mouseUp
public void mouseUp(MouseEvent e)
- Specified by:
mouseUp
in interface MouseListener
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.