// special case code to handle a "deployments" path. the path structure does not mirror the
// tree structure, so we may have to manually force the "destinations" folder to open, and
// then its children (deployment nodes)
if (key.endsWith("deployments")) {
theTree.openFolders(theTree.getChildren(node));
}
} else {
// wait for data to get loaded...
pendingPath = new ViewPath(viewPath.toString());
return;