Package com.hp.lft.sdk
Class DragAndDropArgs
java.lang.Object
com.hp.lft.sdk.DragAndDropArgs
Class defining the behavior for drag and drop operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the point on the source object where the drag operation begins.Returns the point on the source object where the drag operation ends.Returns the mouse button used to drag this object.void
setDragFromLocation
(Location dragFromLocation) Sets the point on the source object where the drag operation begins.void
setDropOnLocation
(Location dropOnLocation) Sets the point on the source object where the drag operation ends.void
setMouseButtonClicked
(MouseButton mouseButtonClicked) Sets the mouse button used to drag this object.
-
Constructor Details
-
DragAndDropArgs
public DragAndDropArgs()Initializes a new instance of the DragAndDropArgs class.
-
-
Method Details
-
getDragFromLocation
Returns the point on the source object where the drag operation begins. Default is the center of the object.- Returns:
- the the point on the source object where the drag operation begins.
-
setDragFromLocation
Sets the point on the source object where the drag operation begins.- Parameters:
dragFromLocation
- the point on the source object where the drag operation begins.
-
getDropOnLocation
Returns the point on the source object where the drag operation ends. Default is the center of the object.- Returns:
- the the point on the source object where the drag operation ends.
-
setDropOnLocation
Sets the point on the source object where the drag operation ends.- Parameters:
dropOnLocation
- the point on the source object where the drag operation ends.
-
getMouseButtonClicked
Returns the mouse button used to drag this object.- Returns:
- the mouse button used to drag this object.
-
setMouseButtonClicked
Sets the mouse button used to drag this object.- Parameters:
mouseButtonClicked
- the mouse button used to drag this object.
-