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 WidgetAction
widget
- the widget where the action is assignedevent
- the mouse eventpublic WidgetAction.State mousePressed(Widget widget, WidgetAction.WidgetMouseEvent event)
mousePressed
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse eventpublic WidgetAction.State mouseReleased(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseReleased
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse eventpublic WidgetAction.State mouseEntered(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseEntered
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse eventpublic WidgetAction.State mouseExited(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseExited
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse eventpublic WidgetAction.State mouseDragged(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseDragged
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse eventpublic WidgetAction.State mouseMoved(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseMoved
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse eventpublic WidgetAction.State mouseWheelMoved(Widget widget, WidgetAction.WidgetMouseWheelEvent event)
mouseWheelMoved
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse wheel eventpublic WidgetAction.State keyTyped(Widget widget, WidgetAction.WidgetKeyEvent event)
keyTyped
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the key eventpublic WidgetAction.State keyPressed(Widget widget, WidgetAction.WidgetKeyEvent event)
keyPressed
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the key eventpublic WidgetAction.State keyReleased(Widget widget, WidgetAction.WidgetKeyEvent event)
keyReleased
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the key eventpublic WidgetAction.State focusGained(Widget widget, WidgetAction.WidgetFocusEvent event)
focusGained
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the focus eventpublic WidgetAction.State focusLost(Widget widget, WidgetAction.WidgetFocusEvent event)
focusLost
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the focus eventpublic WidgetAction.State dragEnter(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dragEnter
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target drag eventpublic WidgetAction.State dragOver(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dragOver
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target drag eventpublic WidgetAction.State dropActionChanged(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dropActionChanged
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target drag eventpublic WidgetAction.State dragExit(Widget widget, WidgetAction.WidgetDropTargetEvent event)
dragExit
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target eventpublic WidgetAction.State drop(Widget widget, WidgetAction.WidgetDropTargetDropEvent event)
drop
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target drop eventBuilt on August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.