Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 170849 - Provide an API for custom controls to detect a drag operation
Summary: Provide an API for custom controls to detect a drag operation
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M5   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-17 19:37 EST by Steve Northover CLA
Modified: 2007-02-06 17:23 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Northover CLA 2007-01-17 19:37:15 EST
For operating system controls, such as tables and trees, in addition to the normal operating system rules that govern SWT.DragDetect, some controls wish to further refine the operation.  For example, a tree will not start a drag unless the mouse is pressed inside a tree item.  Rarely, application code may wish to override the default drag criteria for a widget or stop drag detection all together.
Comment 1 Steve Northover CLA 2007-01-17 20:00:27 EST
Fixed > 20070117

See:

Control.addDragDetectListener()
Control.dragDetect()
Control.getDragDetect()
Control.removeDragDetectListener()
Control.setDragDetect()

DragDetectEvent
DragDetectListener