Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [science-iwg] Hierarchy browsing in Eclipse

A few year back I did some work to integrate "Eclipse Common Navigator Framework" with NeXus/HDF format at Diamond Light Source. That plus Diamond also have it integrated with HDF file editors & views, might be worth a look - if of interest I can dig out a link to code. In meantime, here is an old blog post related to the work: https://kichwacoders.com/2013/12/09/using-eclipse-common-navigator-framework-for-the-nexus-navigator/

Tracy

On Mon, Aug 29, 2016 at 4:29 PM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:
Ted,

I wanted to follow up on our discussion of tree/hierarchy browsers in Eclipse from the other day. There are several technologies that may interest you depending on how much work you want to do.

Most of the tree browsers that we have built in Eclipse ICE have been directly based off of JFace's TreeViewer and in some cases we have gotten sneaky and done it with modifications to the TableViewer.

For EMF models we typically use tree viewers that are autogenerated.

The main hierarchical data view in Eclipse for projects or other things is the "Eclipse Common Navigator Framework," which can be extended to do just about anything. We are hoping to rebuild some of what is custom in ICE to use this instead.


Others on the Science list may know about more tools in Eclipse.

Jay

--
Jay Jay Billings
Oak Ridge National Laboratory
Twitter Handle: @jayjaybillings

_______________________________________________
science-iwg mailing list
science-iwg@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/science-iwg


Back to the top