protected class TreeAnimator.DragDestination extends Object
Modifier and Type | Field and Description |
---|---|
int |
index
Index within new parent.
|
TreePath |
parentPath
Path to new parent.
|
int |
placeholderRow
Actual visible location of the insertion space.
|
Constructor and Description |
---|
DragDestination(TreePath path,
int i,
int insertionSpaceRow) |
public TreePath parentPath
public int index
public int placeholderRow
public DragDestination(TreePath path, int i, int insertionSpaceRow)
Copyright © 2023. All rights reserved.