TreeState

Holds information for a tree, which nodes are expanded and which are selected.

API

TreeState.java
class TreeState {
  TreeState rootCollapsed()
  Set<TreePath> getExpandedNodePaths()
  Set<TreePath> getSelectedNodePaths()
}