Replace `TreeAdapter` with a more general, easier to use `nest` operator. * Example usage: `PowerAdapter.nest(position -> newAdapter(position))` * Eliminate `setExpanded()` in favor of handling expansion using conditionals * Deprecate `TreeAdapter`