Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] New topic in forum Sapphire, called Ability to display model structure in a form of a tree, by Ondrej Ilcik

Title: Eclipse Community Forums
Subject: Ability to display model structure in a form of a tree Author: Ondrej Ilcik Date: Thu, 09 April 2015 16:01
I guess this might be related to the existing request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=373163

I'm trying to figure out what's the best way to present a hierarchical model structure in case I don't want or even can't at all use the Outline master/detail (if I understand correctly, Sapphire doesn't provide any kind a tree presentation except the Outline part).

There are two use-cases in our app I'm now not sure how to handle using Sapphire:
1) Inside a dialog. The UI should be simple and ideally consist of something like a treeview to select an element and a detail section to provide specific options for such element.
2) Inside an editor. The model is quite complex and the Outline thing is already used for - let's say - a different part of it. I still need to be able to view a group of arbitrary elements with its children inside a detail node.

What's the best way to do this in Sapphire?
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top