Properties |
Description |
Data Type |
Flags |
Default Value |
component |
Drag Source component, which contains a property to be transferred |
java.awt.Component |
write, bound |
null |
cursorType | property
to set a drag cursor type: CROSSHAIR_CURSOR - the crosshair cursor type; DEFAULT_CURSOR - the default cursor type (gets set if no cursor is defined); E_RESIZE_CURSOR - the east-resize cursor type; HAND_CURSOR - the hand cursor type; MOVE_CURSOR - the move cursor type; N_RESIZE_CURSOR - the north-resize cursor type; NE_RESIZE_CURSOR - the north-east-resize cursor type; NW_RESIZE_CURSOR - the north-west-resize cursor type predefined; S_RESIZE_CURSOR - the south-resize cursor type; SE_RESIZE_CURSOR - the south-east-resize cursor type; SW_RESIZE_CURSOR - the south-west-resize cursor type; TEXT_CURSOR - the text cursor type; W_RESIZE_CURSOR - the west-resize cursor type; WAIT_CURSOR - the wait cursor type |
int |
read, write, bound | HAND_CURSOR |
dragIconImage* |
property to set a file name with its full path to load an image for
the drag cursor icon |
java.lang.String |
read,write, bound |
images/NoDrop.gif |
dropIconImage* |
property to set a file name with its full path to load an image for
the drop cursor icon |
java.lang.String |
read,write, bound |
images/Drop.gif |
inputObject |
property
to drag from a Drag Source component Note: If an object is null, the drag operation does not start |
java.lang.Object |
write, bound |
null |
* See Customization for more information on how to customize these properties