Package furbelow

Class TreeAnimator.DragDestination

java.lang.Object
furbelow.TreeAnimator.DragDestination
Enclosing class:
TreeAnimator

protected class TreeAnimator.DragDestination extends Object
  • Field Details

    • parentPath

      public TreePath parentPath
      Path to new parent.
    • index

      public int index
      Index within new parent.
    • placeholderRow

      public int placeholderRow
      Actual visible location of the insertion space.
  • Constructor Details

    • DragDestination

      public DragDestination(TreePath path, int i, int insertionSpaceRow)
  • Method Details