Event | +--QueryContinueDragEventpublic class QueryContinueDragEvent
The QueryContinueDragEvent is fired to determine if the drag operation should continue.
Fields
Name | Description |
---|---|
action | This will be used as the response to the query. |
ACTION_CANCEL | The operation should be canceled, and no drop message sent. |
ACTION_CONTINUE | The operation should continue. |
ACTION_DROP | The operation should stop by performing a drop. |
escapePressed | Set to true if the user has pressed the ESC key. |
keyState | The current state of the SHIFT, CTRL, and ALT keys. |
Constructors
Name | Description |
---|---|
QueryContinueDragEvent(int keyState, boolean escapePressed, int action) | Topic under construction. |
Topic under construction.