-
Standard Widget Toolkit trees (2 messages)
- Posted by: Frank Charles
- Posted on: May 15 2009 08:10 EDT
This article explains how to develop and implement trees in the Standard Widget Toolkit (SWT). Learn how an SWT tree is created and populated with data, how columns can be used to categorize data, how a tree can be extended to support row sorting, and how the tree's content can be searched.Threaded Messages (2)
- Talk about TreeViewer and MVC support? by Larry Edelstein on May 15 2009 17:22 EDT
- Re: Talk about TreeViewer and MVC support? by Mark N on May 16 2009 10:19 EDT
-
Talk about TreeViewer and MVC support?[ Go to top ]
- Posted by: Larry Edelstein
- Posted on: May 15 2009 17:22 EDT
- in response to Frank Charles
Seems like your article would be great if it talked about the TreeViewer, and how it assists you in implementing the MVC pattern. You ought to at least mention TreeViewer. -
Re: Talk about TreeViewer and MVC support?[ Go to top ]
- Posted by: Mark N
- Posted on: May 16 2009 10:19 EDT
- in response to Larry Edelstein
Seems like your article would be great if it talked about the TreeViewer, and how it assists you in implementing the MVC pattern.
I was thinking the same thing. I was tough to look at all the boiler plate code and see the forest for trees (yes, it was intended).
You ought to at least mention TreeViewer.