|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.visual.action.WidgetAction.Adapter
public static class WidgetAction.Adapter
An adapter of the widget action. All methods return rejected event state.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.netbeans.api.visual.action.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 Summary | |
---|---|
WidgetAction.Adapter()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WidgetAction.Adapter()
Method Detail |
---|
public WidgetAction.State mouseClicked(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseClicked
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse event
public WidgetAction.State mousePressed(Widget widget, WidgetAction.WidgetMouseEvent event)
mousePressed
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse event
public WidgetAction.State mouseReleased(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseReleased
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse event
public WidgetAction.State mouseEntered(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseEntered
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse event
public WidgetAction.State mouseExited(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseExited
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse event
public WidgetAction.State mouseDragged(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseDragged
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse event
public WidgetAction.State mouseMoved(Widget widget, WidgetAction.WidgetMouseEvent event)
mouseMoved
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse event
public WidgetAction.State mouseWheelMoved(Widget widget, WidgetAction.WidgetMouseWheelEvent event)
mouseWheelMoved
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the mouse wheel event
public WidgetAction.State keyTyped(Widget widget, WidgetAction.WidgetKeyEvent event)
keyTyped
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the key event
public WidgetAction.State keyPressed(Widget widget, WidgetAction.WidgetKeyEvent event)
keyPressed
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the key event
public WidgetAction.State keyReleased(Widget widget, WidgetAction.WidgetKeyEvent event)
keyReleased
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the key event
public WidgetAction.State focusGained(Widget widget, WidgetAction.WidgetFocusEvent event)
focusGained
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the focus event
public WidgetAction.State focusLost(Widget widget, WidgetAction.WidgetFocusEvent event)
focusLost
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the focus event
public WidgetAction.State dragEnter(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dragEnter
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target drag event
public WidgetAction.State dragOver(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dragOver
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target drag event
public WidgetAction.State dropActionChanged(Widget widget, WidgetAction.WidgetDropTargetDragEvent event)
dropActionChanged
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target drag event
public WidgetAction.State dragExit(Widget widget, WidgetAction.WidgetDropTargetEvent event)
dragExit
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target event
public WidgetAction.State drop(Widget widget, WidgetAction.WidgetDropTargetDropEvent event)
drop
in interface WidgetAction
widget
- the widget where the action is assignedevent
- the drop target drop event
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |