[haiku-development] Re: list view plus checkboxes

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sat, 05 Feb 2011 15:43:41 +0100

Ingo Weinhold <ingo_weinhold@xxxxxx> wrote:
> On 2011-02-03 at 22:57:19 [+0100], Clemens <clemens.zeidler@xxxxxxxxxxxxxx> 
> > wrote:
> > Anybody thought about how to implement it in a good way?
> I would use Java's JTable as a reference. I've started Table and 
> TreeTable 
> classes for DebugAnalyzer and Debugger 
> (src/apps/debuganalyzer/gui/table/) 
> with a similar (more C++ suitable) interface. Though currently they 
> are 
> just wrappers around BColumnListView and lack editing support as 
> well.

I would also look at Qt with their combination of the tree/table model.
I also find the column model stuff in Java a bit confusing (for example 
ID versus index, the division between column model and model), and 
would prefer a cleaner solution there (with reordering, table sorter, 
etc.).

Bye,
   Axel.


Other related posts: