Microsoft SDK for Java

DragProxy Class Methods

The DragProxy Class contains the following methods:

dragEnter notifies the recipient when a source object enters the space defined by a container, window, or object.
dragLeave notifies the recipient when a source object exits the space defined by a container, window, or object.
dragOver notifies the recipient when a source object continues through the space defined by a container, window, or object.
drop notifies the recipient when a source object is dropped at a new location.
getHandler retrieves the drag handler for the DragProxy object.
getOffset retrieves the offset for the DragProxy object.
setHandler sets the drag handler for the DragProxy object.
setOffset sets the x offset and y offset of the DragProxy object based on a specified Point object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.