Community
Participate
Working Groups
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.
Fixed > 20070117 See: Control.addDragDetectListener() Control.dragDetect() Control.getDragDetect() Control.removeDragDetectListener() Control.setDragDetect() DragDetectEvent DragDetectListener