Re: Renderer in TableModel
From: ak (k.andrei_at_gmx.de.spam)
Date: 10/25/03
- Next message: ak: "Re: Grouping array data"
- Previous message: Gambit: "Re: Stopping a ThreadGroup"
- In reply to: Ike: "Renderer in TableModel"
- Next in thread: Ike: "Re: Renderer in TableModel"
- Reply: Ike: "Re: Renderer in TableModel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 25 Oct 2003 18:41:25 +0200
May be it is easier to make it invisible?
"Ike" <rxv@hotmail.com> schrieb im Newsbeitrag
news:yZumb.2013$X22.961@newsread2.news.atl.earthlink.net...
> I have a TableModel which extends AbstractTableModel. One of the columns I
> have is of possible Booleans.
>
> However, not ever row has a value - the Booleans occur sparsely as you
> travers down the rows.
>
> I'm trying to figure out how I can have a checkbox in only those cells in
> this column which actually HAVE a boolean value, and no check box in the
> cell if the value is null. Unfortunately, it seems, AbstractTableModel
> interface implementation puts the editor in ever cell of a given column.
>
> Anyone know any way around this? Thanks, Ike
>
>
- Next message: ak: "Re: Grouping array data"
- Previous message: Gambit: "Re: Stopping a ThreadGroup"
- In reply to: Ike: "Renderer in TableModel"
- Next in thread: Ike: "Re: Renderer in TableModel"
- Reply: Ike: "Re: Renderer in TableModel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|