expandAll method

void expandAll()

Implementation

void expandAll() {
  _allNodesExpanded = true;
  _expanded.clear();
}