[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Outline with a Tree
|
- From: fiesta81@xxxxxx (Martin Rosenthal)
- Date: Mon, 10 Oct 2005 07:31:15 +0000 (UTC)
- Newsgroups: eclipse.tools.gef
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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...