Elements' Details |
Context
|
DropAction
byte DropAction;
- Description
- This value represents the currently selected drop action.
- See also
- DNDConstants
|
|
LocationX
long LocationX;
- Description
- The cursor's current x location within the window's coordinates.
|
|
LocationY
long LocationY;
- Description
- The cursor's current y location within the window's coordinates.
|
|
SourceActions
byte SourceActions;
- Description
- This value represents the action or actions supported by the source.
This may be a combination of arbitrary source actions except ACTION_DEFAULT.
To combine different actions use a logical OR.
- See also
- DNDConstants
|
|
Copyright © 2003 Sun Microsystems, Inc.