isOpenedStates.put(aNode, aNode.isOpened());
}
}
if (node.getChildCount() > 0){
for (Enumeration<DisplayNode> e = node.children(); e.hasMoreElements();){
TreePath path = parent.pathByAddingChild(e.nextElement());
checkExpand(path, isOpenedStates);
}
}
// CraigM:29/07/2008 - Use the stored isOpened value