Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] PackageExplorer elements in own view

Hi,

I'm writing a view to display a special project hierarchy as an Eclipse plugin. Now I want to display Java elements at some position in my treeview. By now I can only show them as regular IResources (Folder, File, Project, etc.). Is there a possibility to reuse the PackageExplorer representation of Java elements like IPackageFragment or ICompilationUnit?

Thanks,
Christian

-- 
Christian Neeb
Mail: christian.neeb.ext@xxxxxxxxxxxxxx


Back to the top