[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Outline with a Tree

Hello,

how can i get nodes like:

#####################
- text1
   - childText1_1
   - childText1_2
+ text2
- text3
   - childText3_1
   + childText3_2
#####################

in my ContentOutlinePage-View?

I have a TreeEditPart which has a refreshVisuals() method, which refreshes some TreeItems with setText().
But there is no way to add a Tree with several items...


I hope you know what i mean...