Hello, i need to create an file explorer view in an eclipse plugin.
Really i need to associate some information from my database to a tree
view included in an eclipse perspective. It will be like the package
explorer view of Java perspective.
Can anybody hep me?
Thanks
Joshua Cranmer - 08 Mar 2007 22:54 GMT
> Hello, i need to create an file explorer view in an eclipse plugin.
> Really i need to associate some information from my database to a tree
> view included in an eclipse perspective. It will be like the package
> explorer view of Java perspective.
> Can anybody hep me?
> Thanks
True digging around javax.swing.JTree if you want a tree view.