Lines Matching refs:drag
50 /** This interface is implemented by a view or window that supports drag
65 /** In order to query if drag image support is available.
68 A boolean indicating whether or not drag image support is
75 /** To get the default cursor for a specified drag action.
78 A drag action as specified in <type>DNDConstants</type>.
81 The default drag cursor for the specified drag action.
90 /** Starts the drag operation.
92 <p>Note: this call does <em>not</em> block until the drag and drop
94 a drag operation or if the user attempts to start a drag while an
95 existing drag operation is still executing, the action fails immediately.
101 The <type>DragGestureEvent</type> that initiated the drag.
108 The initial drag cursor id or 0 as default.
111 The initial drag image id or 0 as default.