com.metamatrix.toolbox.ui.widget.transfer
Interface TreeNodeDragAndDropController

All Superinterfaces:
DragAndDropController
All Known Implementing Classes:
AbstractTreeNodeDragAndDropController

public interface TreeNodeDragAndDropController
extends DragAndDropController

Since:
2.1
Version:
2.1
Author:
John P. A. Verhaeg

Method Summary
 boolean willDropAboveTarget()
          Returns whether a drop at the current mouse position will occur above the current drop target.
 boolean willDropBelowTarget()
          Returns whether a drop at the current mouse position will occur below the current drop target.
 boolean willDropOnTarget()
          Returns whether a drop at the current mouse position will occur on the current drop target.
 
Methods inherited from interface com.metamatrix.toolbox.ui.widget.transfer.DragAndDropController
getAllowedDragActions, getAllowedDropActions, getComponent, getDragSource, getDropTarget, isDragging, setAllowedDragActions, setAllowedDropActions, setComponent
 

Method Detail

willDropAboveTarget

boolean willDropAboveTarget()
Returns whether a drop at the current mouse position will occur above the current drop target.

Returns:
True if the drop will occur above the current drop target.
Since:
2.1

willDropBelowTarget

boolean willDropBelowTarget()
Returns whether a drop at the current mouse position will occur below the current drop target.

Returns:
True if the drop will occur below the current drop target.
Since:
2.1

willDropOnTarget

boolean willDropOnTarget()
Returns whether a drop at the current mouse position will occur on the current drop target.

Returns:
True if the drop will occur on the current drop target.
Since:
2.1


Copyright © 2009. All Rights Reserved.