public interface IExplorerTreeNodeDragDrop
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_NOTICE
Common copyright notice
|
static java.lang.String |
SCCSID
CMVC descriptors - expanded during extraction
|
Modifier and Type | Method and Description |
---|---|
boolean |
dropAction(int action,
DragDropTreeNode dragDropTreeNode)
Carry out the specified drop action using the specified DragDropTreeNode
|
boolean |
dropAction(int action,
TreeNode treeNode)
Carry out the specified drop action using the specified TreeNode
|
int |
getAcceptedOperations(TreeNode treeNode)
Return the drag and drop operations that are accepted by this target for the specified TreeNode
|
static final java.lang.String COPYRIGHT_NOTICE
static final java.lang.String SCCSID
int getAcceptedOperations(TreeNode treeNode)
treeNode
- the TreeNode to useboolean dropAction(int action, TreeNode treeNode)
action
- the action to take (DND.DROP_MOVE or DND.DROP_COPY)treeNode
- the TreeNode being droppedboolean dropAction(int action, DragDropTreeNode dragDropTreeNode)
action
- the action to take (DND.DROP_MOVE or DND.DROP_COPY)dragDropTreeNode
- the DragDropTreeNode representing the TreeNode being dropped