public static class WidgetAction.Adapter extends Object implements WidgetAction
WidgetAction.Adapter, WidgetAction.Chain, WidgetAction.LockedAdapter, WidgetAction.State, WidgetAction.WidgetDropTargetDragEvent, WidgetAction.WidgetDropTargetDropEvent, WidgetAction.WidgetDropTargetEvent, WidgetAction.WidgetEvent, WidgetAction.WidgetFocusEvent, WidgetAction.WidgetKeyEvent, WidgetAction.WidgetLocationEvent, WidgetAction.WidgetMouseEvent, WidgetAction.WidgetMouseWheelEvent| Constructor and Description |
|---|
Adapter() |
public WidgetAction.State mouseClicked(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseClicked in interface WidgetActionwidget - the widget where the action is assignedevent - the mouse eventpublic WidgetAction.State mousePressed(Widget widget, WidgetAction.WidgetMouseEvent event)
mousePressed in interface WidgetActionwidget - the widget where the action is assignedevent - the mouse eventpublic WidgetAction.State mouseReleased(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseReleased in interface WidgetActionwidget - the widget where the action is assignedevent - the mouse eventpublic WidgetAction.State mouseEntered(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseEntered in interface WidgetActionwidget - the widget where the action is assignedevent - the mouse eventpublic WidgetAction.State mouseExited(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseExited in interface WidgetActionwidget - the widget where the action is assignedevent - the mouse eventpublic WidgetAction.State mouseDragged(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseDragged in interface WidgetActionwidget - the widget where the action is assignedevent - the mouse eventpublic WidgetAction.State mouseMoved(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseMoved in interface WidgetActionwidget - the widget where the action is assignedevent - the mouse eventpublic WidgetAction.State mouseWheelMoved(Widget widget, WidgetAction.WidgetMouseWheelEvent event)
mouseWheelMoved in interface WidgetActionwidget - the widget where the action is assignedevent - the mouse wheel eventpublic WidgetAction.State keyTyped(Widget widget, WidgetAction.WidgetKeyEvent event)
keyTyped in interface WidgetActionwidget - the widget where the action is assignedevent - the key eventpublic WidgetAction.State keyPressed(Widget widget, WidgetAction.WidgetKeyEvent event)
keyPressed in interface WidgetActionwidget - the widget where the action is assignedevent - the key eventpublic WidgetAction.State keyReleased(Widget widget, WidgetAction.WidgetKeyEvent event)
keyReleased in interface WidgetActionwidget - the widget where the action is assignedevent - the key eventpublic WidgetAction.State focusGained(Widget widget, WidgetAction.WidgetFocusEvent event)
focusGained in interface WidgetActionwidget - the widget where the action is assignedevent - the focus eventpublic WidgetAction.State focusLost(Widget widget, WidgetAction.WidgetFocusEvent event)
focusLost in interface WidgetActionwidget - the widget where the action is assignedevent - the focus eventpublic WidgetAction.State dragEnter(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dragEnter in interface WidgetActionwidget - the widget where the action is assignedevent - the drop target drag eventpublic WidgetAction.State dragOver(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dragOver in interface WidgetActionwidget - the widget where the action is assignedevent - the drop target drag eventpublic WidgetAction.State dropActionChanged(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dropActionChanged in interface WidgetActionwidget - the widget where the action is assignedevent - the drop target drag eventpublic WidgetAction.State dragExit(Widget widget, WidgetAction.WidgetDropTargetEvent event)
dragExit in interface WidgetActionwidget - the widget where the action is assignedevent - the drop target eventpublic WidgetAction.State drop(Widget widget, WidgetAction.WidgetDropTargetDropEvent event)
drop in interface WidgetActionwidget - the widget where the action is assignedevent - the drop target drop eventBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.