Add ability to expand/collapse all nodes down to a specified key

Issue #4 resolved
Kevin Armstrong created an issue

No description provided.

Comments (1)

  1. Kevin Armstrong reporter

    Fixes issue #4. * Added expandToNode method to TreeViewController to support expanding all nodes down to specified node. Returns List<Node>. * Added collapseToNode method to TreeViewController to support collapsing all nodes down to specified node. Returns List<Node>. * Added withExpandToNode method to TreeViewController to support expanding all nodes down to specified node. Returns TreeViewController. * Added withCollapseToNode method to TreeViewController to support expanding all nodes down to specified node. Returns TreeViewController.

    → <<cset dbd8b36bda7e>>

  2. Log in to comment