Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1941
| From | "Oliver Wong" <oliver.wong@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: One missing link in j |
| Message-ID | <5nxii.56360$Si7.650321@weber.videotron.net> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <f5ua7t$2ci$1@news.nems.noaa.gov> |
| Date | 2011-04-27 15:36 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui,comp.l
"RC" <raymond.chui@nospam.noaa.gov> wrote in message
news:f5ua7t$2ci$1@news.nems.noaa.gov...
>
> Where is that missing link between DefaultTableColumnModel and
> DefaultTableModel?
> or between TableColumnModel and TableModel?
>
> Thank Q very much in advance!
TableModel is an object that can be queried to provide information
about tabular data. This object contains no information about how this
data should be displayed, or what business rules might apply to the
interaction between the user and this data (e.g. this user cannot edit
certain parts of the data, etc.)
TableColumnModel is an object represent a part GUI widget.
Specifically, it represents a single column in a JTable. The
TableColumnModel controls things like what renderer should be used to draw
things on the screen, whether the column is resizable or not, what it's
width should be, etc.
One lives in the data world, the other in the GUI world. There is no
direct link between them. Their commonality is that they both interact
with instances of JTable.
- Oliver
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar
One missing link in javax "RC" <rc@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Oliver Wong" <oliver.wong@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Eric Sosman" <eric.sosman@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Oliver Wong" <oliver.wong@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Bjorn Abelli" <bjorn.abelli@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Martin Gregorie" <martin.gregorie@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Judy Szikora" <judy.szikora@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Eric Sosman" <eric.sosman@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Esmond Pitt" <esmond.pitt@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Martin Gregorie" <martin.gregorie@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Eric Sosman" <eric.sosman@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
Re: One missing link in j "Bjorn Abelli" <bjorn.abelli@THRWHITE.remove-dii-this> - 2011-04-27 15:36 +0000
csiph-web