我正在尝试获取Eclipse用户在导航TreeView中的结构化选择的详细信息。目前,我有以下基于org.eclipse.ui.popMenus扩展点的内容:publicvoidrun(IActionaction){Shellshell=newShell();ISelectionselection=workbenchPart.getSite().getSelectionProvider().getSelection();if(structuredSelectioninstanceoforg.eclipse.jface.viewers.TreeSelection){org.eclipse