protected class LightweightSystem.EventHandler extends java.lang.Object implements MouseMoveListener, MouseListener, AccessibleControlListener, KeyListener, TraverseListener, FocusListener, AccessibleListener, MouseTrackListener, Listener, DisposeListener
EventDispatcher.| Modifier | Constructor and Description |
|---|---|
protected |
LightweightSystem.EventHandler() |
public void focusGained(FocusEvent e)
focusGained in interface FocusListenerFocusListener.focusGained(FocusEvent)public void focusLost(FocusEvent e)
focusLost in interface FocusListenerFocusListener.focusLost(FocusEvent)public void getChild(AccessibleControlEvent e)
getChild in interface AccessibleControlListenerAccessibleControlListener.getChild(AccessibleControlEvent)public void getChildAtPoint(AccessibleControlEvent e)
getChildAtPoint in interface AccessibleControlListenerAccessibleControlListener.getChildAtPoint(AccessibleControlEvent)public void getChildCount(AccessibleControlEvent e)
getChildCount in interface AccessibleControlListenerAccessibleControlListener.getChildCount(AccessibleControlEvent)public void getChildren(AccessibleControlEvent e)
getChildren in interface AccessibleControlListenerAccessibleControlListener.getChildren(AccessibleControlEvent)public void getDefaultAction(AccessibleControlEvent e)
getDefaultAction in interface AccessibleControlListenerAccessibleControlListener.getDefaultAction(AccessibleControlEvent)public void getDescription(AccessibleEvent e)
getDescription in interface AccessibleListenerAccessibleListener.getDescription(AccessibleEvent)public void getFocus(AccessibleControlEvent e)
getFocus in interface AccessibleControlListenerAccessibleControlListener.getFocus(AccessibleControlEvent)public void getHelp(AccessibleEvent e)
getHelp in interface AccessibleListenerAccessibleListener.getHelp(AccessibleEvent)public void getKeyboardShortcut(AccessibleEvent e)
getKeyboardShortcut in interface AccessibleListenerAccessibleListener.getKeyboardShortcut(AccessibleEvent)public void getLocation(AccessibleControlEvent e)
getLocation in interface AccessibleControlListenerAccessibleControlListener.getLocation(AccessibleControlEvent)public void getName(AccessibleEvent e)
getName in interface AccessibleListenerAccessibleListener.getName(AccessibleEvent)public void getRole(AccessibleControlEvent e)
getRole in interface AccessibleControlListenerAccessibleControlListener.getRole(AccessibleControlEvent)public void getSelection(AccessibleControlEvent e)
getSelection in interface AccessibleControlListenerAccessibleControlListener.getSelection(AccessibleControlEvent)public void getState(AccessibleControlEvent e)
getState in interface AccessibleControlListenerAccessibleControlListener.getState(AccessibleControlEvent)public void getValue(AccessibleControlEvent e)
getValue in interface AccessibleControlListenerAccessibleControlListener.getValue(AccessibleControlEvent)public void handleEvent(Event event)
handleEvent in interface ListenerListener.handleEvent(org.eclipse.swt.widgets.Event)public void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerKeyListener.keyPressed(KeyEvent)public void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerKeyListener.keyReleased(KeyEvent)public void keyTraversed(TraverseEvent e)
keyTraversed in interface TraverseListenerTraverseListener.keyTraversed(TraverseEvent)public void mouseDoubleClick(MouseEvent e)
mouseDoubleClick in interface MouseListenerMouseListener#mouseDoubleClick(MouseEvent)public void mouseDown(MouseEvent e)
mouseDown in interface MouseListenerMouseListener#mouseDown(MouseEvent)public void mouseEnter(MouseEvent e)
mouseEnter in interface MouseTrackListenerMouseTrackListener.mouseEnter(MouseEvent)public void mouseExit(MouseEvent e)
mouseExit in interface MouseTrackListenerMouseTrackListener.mouseExit(MouseEvent)public void mouseHover(MouseEvent e)
mouseHover in interface MouseTrackListenerMouseTrackListener.mouseHover(MouseEvent)public void mouseMove(MouseEvent e)
mouseMove in interface MouseMoveListenerMouseMoveListener.mouseMove(MouseEvent)public void mouseUp(MouseEvent e)
mouseUp in interface MouseListenerMouseListener#mouseUp(MouseEvent)public void widgetDisposed(DisposeEvent e)
widgetDisposed in interface DisposeListenerDisposeListener.widgetDisposed(DisposeEvent)Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.