public List<PsiPackage> getSelectedPackages() {
   return TreeUtil.collectSelectedObjectsOfType(myTree, PsiPackage.class);
 }