Uses of Class
org.netbeans.api.visual.action.WidgetAction.State
Packages that use WidgetAction.State
Package
Description
This package contains
ActionFactory
class which is factory of all built-in widget-actions provided by the library.-
Uses of WidgetAction.State in org.netbeans.api.visual.action
Fields in org.netbeans.api.visual.action declared as WidgetAction.StateModifier and TypeFieldDescriptionstatic final WidgetAction.State
WidgetAction.State.CHAIN_ONLY
The state that means: The event is processed by the action and only actions that are in the same chain can process the event too.static final WidgetAction.State
WidgetAction.State.CONSUMED
The state that means: The event is processed by the action and the processing has to stopped immediately (no other action should processed it).static final WidgetAction.State
WidgetAction.State.REJECTED
The state that means: The event is not processed by the action and has to be processed by other actions too.Methods in org.netbeans.api.visual.action that return WidgetAction.StateModifier and TypeMethodDescriptionstatic WidgetAction.State
WidgetAction.State.createLocked
(Widget lockedWidget, WidgetAction lockedAction) Creates a state that means: The event is processed and the processing has to stopped immediately (no other action should processed it).WidgetAction.Adapter.dragEnter
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dragEnter event.WidgetAction.Chain.dragEnter
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dragEnter event.WidgetAction.dragEnter
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dragEnter event.WidgetAction.LockedAdapter.dragEnter
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dragEnter event.WidgetAction.Adapter.dragExit
(Widget widget, WidgetAction.WidgetDropTargetEvent event) Called for handling a dragExit event.WidgetAction.Chain.dragExit
(Widget widget, WidgetAction.WidgetDropTargetEvent event) Called for handling a dragExit event.WidgetAction.dragExit
(Widget widget, WidgetAction.WidgetDropTargetEvent event) Called for handling a dragExit event.WidgetAction.LockedAdapter.dragExit
(Widget widget, WidgetAction.WidgetDropTargetEvent event) Called for handling a dragExit event.WidgetAction.Adapter.dragOver
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dragOver event.WidgetAction.Chain.dragOver
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dragOver event.WidgetAction.dragOver
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dragOver event.WidgetAction.LockedAdapter.dragOver
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dragOver event.WidgetAction.Adapter.drop
(Widget widget, WidgetAction.WidgetDropTargetDropEvent event) Called for handling a drop event.WidgetAction.Chain.drop
(Widget widget, WidgetAction.WidgetDropTargetDropEvent event) Called for handling a drop event.WidgetAction.drop
(Widget widget, WidgetAction.WidgetDropTargetDropEvent event) Called for handling a drop event.WidgetAction.LockedAdapter.drop
(Widget widget, WidgetAction.WidgetDropTargetDropEvent event) Called for handling a drop event.WidgetAction.Adapter.dropActionChanged
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dropActionChanged event.WidgetAction.Chain.dropActionChanged
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dropActionChanged event.WidgetAction.dropActionChanged
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dropActionChanged event.WidgetAction.LockedAdapter.dropActionChanged
(Widget widget, WidgetAction.WidgetDropTargetDragEvent event) Called for handling a dropActionChanged event.WidgetAction.Adapter.focusGained
(Widget widget, WidgetAction.WidgetFocusEvent event) Called for handling a focusGained event.WidgetAction.Chain.focusGained
(Widget widget, WidgetAction.WidgetFocusEvent event) Called for handling a focusGained event.WidgetAction.focusGained
(Widget widget, WidgetAction.WidgetFocusEvent event) Called for handling a focusGained event.WidgetAction.LockedAdapter.focusGained
(Widget widget, WidgetAction.WidgetFocusEvent event) Called for handling a focusGained event.WidgetAction.Adapter.focusLost
(Widget widget, WidgetAction.WidgetFocusEvent event) Called for handling a focusLost event.WidgetAction.Chain.focusLost
(Widget widget, WidgetAction.WidgetFocusEvent event) Called for handling a focusLost event.WidgetAction.focusLost
(Widget widget, WidgetAction.WidgetFocusEvent event) Called for handling a focusLost event.WidgetAction.LockedAdapter.focusLost
(Widget widget, WidgetAction.WidgetFocusEvent event) Called for handling a focusLost event.WidgetAction.Adapter.keyPressed
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyPressed event.WidgetAction.Chain.keyPressed
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyPressed event.WidgetAction.keyPressed
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyPressed event.WidgetAction.LockedAdapter.keyPressed
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyPressed event.WidgetAction.Adapter.keyReleased
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyReleased event.WidgetAction.Chain.keyReleased
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyReleased event.WidgetAction.keyReleased
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyReleased event.WidgetAction.LockedAdapter.keyReleased
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyReleased event.WidgetAction.Adapter.keyTyped
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyTyped event.WidgetAction.Chain.keyTyped
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyTyped event.WidgetAction.keyTyped
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyTyped event.WidgetAction.LockedAdapter.keyTyped
(Widget widget, WidgetAction.WidgetKeyEvent event) Called for handling a keyTyped event.WidgetAction.Adapter.mouseClicked
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseClicked event.WidgetAction.Chain.mouseClicked
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseClicked event.WidgetAction.LockedAdapter.mouseClicked
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseClicked event.WidgetAction.mouseClicked
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseClicked event.WidgetAction.Adapter.mouseDragged
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseDragged event.WidgetAction.Chain.mouseDragged
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseMoved event.WidgetAction.LockedAdapter.mouseDragged
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseDragged event.WidgetAction.mouseDragged
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseDragged event.WidgetAction.Adapter.mouseEntered
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseEntered event.WidgetAction.Chain.mouseEntered
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseEntered event.WidgetAction.LockedAdapter.mouseEntered
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseEntered event.WidgetAction.mouseEntered
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseEntered event.WidgetAction.Adapter.mouseExited
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseExited event.WidgetAction.Chain.mouseExited
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseExited event.WidgetAction.LockedAdapter.mouseExited
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseExited event.WidgetAction.mouseExited
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseExited event.WidgetAction.Adapter.mouseMoved
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseMoved event.WidgetAction.Chain.mouseMoved
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseWheelMoved event.WidgetAction.LockedAdapter.mouseMoved
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseMoved event.WidgetAction.mouseMoved
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseMoved event.WidgetAction.Adapter.mousePressed
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mousePressed event.WidgetAction.Chain.mousePressed
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mousePressed event.WidgetAction.LockedAdapter.mousePressed
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mousePressed event.WidgetAction.mousePressed
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mousePressed event.WidgetAction.Adapter.mouseReleased
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseReleased event.WidgetAction.Chain.mouseReleased
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseReleased event.WidgetAction.LockedAdapter.mouseReleased
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseReleased event.WidgetAction.mouseReleased
(Widget widget, WidgetAction.WidgetMouseEvent event) Called for handling a mouseReleased event.WidgetAction.Adapter.mouseWheelMoved
(Widget widget, WidgetAction.WidgetMouseWheelEvent event) Called for handling a mouseWheelMoved event.WidgetAction.Chain.mouseWheelMoved
(Widget widget, WidgetAction.WidgetMouseWheelEvent event) Called for handling a keyTyped event.WidgetAction.LockedAdapter.mouseWheelMoved
(Widget widget, WidgetAction.WidgetMouseWheelEvent event) Called for handling a mouseWheelMoved event.WidgetAction.mouseWheelMoved
(Widget widget, WidgetAction.WidgetMouseWheelEvent event) Called for handling a mouseWheelMoved event.