jdk/src/share/classes/java/awt/dnd/DragSourceContext.java
changeset 20156 e19f062edcfe
parent 5506 202f599c92aa
child 21278 ef8a3a2a72f2
equal deleted inserted replaced
20155:65bcc88496eb 20156:e19f062edcfe
    61  * state changes in the ongoing operation. This allows the
    61  * state changes in the ongoing operation. This allows the
    62  * <code>DragSourceContext</code> object to interpose
    62  * <code>DragSourceContext</code> object to interpose
    63  * itself between the platform and the
    63  * itself between the platform and the
    64  * listeners provided by the initiator of the drag operation.
    64  * listeners provided by the initiator of the drag operation.
    65  * <p>
    65  * <p>
    66  * <a name="defaultCursor" />
    66  * <a name="defaultCursor"></a>
    67  * By default, {@code DragSourceContext} sets the cursor as appropriate
    67  * By default, {@code DragSourceContext} sets the cursor as appropriate
    68  * for the current state of the drag and drop operation. For example, if
    68  * for the current state of the drag and drop operation. For example, if
    69  * the user has chosen {@linkplain DnDConstants#ACTION_MOVE the move action},
    69  * the user has chosen {@linkplain DnDConstants#ACTION_MOVE the move action},
    70  * and the pointer is over a target that accepts
    70  * and the pointer is over a target that accepts
    71  * the move action, the default move cursor is shown. When
    71  * the move action, the default move cursor is shown. When