Ruckus
if (node.isExpanded) expandedPane = node
if (parent is Accordion && node is TitledPane && node.isExpanded) parent.expandedPane = node
opcr