Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Re[2]: [jdt-ui-dev] Hacking JDT UI.

> Well, to start I'd like to try something which seems simple, but
> probably isn't.  I'd like to make the packages in the Java Browsing
> "packages" view display as a tree instead of a flat list.  After that,
> I want to try to get the Java Browsing "projects" view display packages
> as well.  (This is apart from whether or not this kind of setup will
> ever be adopted in Eclipse -- I just want to do it. :-) )

then you want to look at org.eclipse.jdt.internal.ui.browsing package in the ui source folder
i think the class PackagesView defined in there is your friend.
and the method createViewer in JavaBrowsingPart

a.



Back to the top