Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4913
| From | Jeff Higgins <jeff@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.java.gui |
| Subject | Re: Forcing cell edits in a JTable? |
| Date | 2012-01-06 15:13 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <je7ka3$qic$1@dont-email.me> (permalink) |
| References | <Xns9FD1EF35A670Djpnasty@94.75.214.39> <je6mi4$j66$1@dont-email.me> <Xns9FD25E793CF3Ejpnasty@94.75.214.39> <je788s$hgp$1@dont-email.me> |
On 01/06/2012 11:48 AM, Jeff Higgins wrote: > On 01/06/2012 09:16 AM, Novice wrote: >> Jeff Higgins<jeff@invalid.invalid> wrote in >> news:je6mi4$j66$1@dont-email.me: >> >>> On 01/05/2012 11:30 PM, Novice wrote: >> >> I may ultimately go back to using an insert dialog - although I think >> I'll >> leave update and delete so that both are done directly from the table >> - but >> I'd like to see if I can get the insert to work within the table. But I'm >> having trouble forcing the new cells to be edited in turn. >> > I'm not sure it might help, but S. Kumar shows in his blog one way of > instrumenting the class hierarchy to provide clues concerning the > widget's workflow. > <http://jroller.com/santhosh/entry/keyboard_handling_in_tablecelleditor> > One other thought occurs to me, and I may be completely misreading between the lines. If so please forgive me. TableModel implementations may not be an optimal storage container for data that is long-lived and or scoped much wider than the immediate view.
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar
Forcing cell edits in a JTable? Novice <novice@example..com> - 2012-01-06 04:30 +0000
Re: Forcing cell edits in a JTable? Jeff Higgins <jeff@invalid.invalid> - 2012-01-06 06:46 -0500
Re: Forcing cell edits in a JTable? Jeff Higgins <jeff@invalid.invalid> - 2012-01-06 07:01 -0500
Re: Forcing cell edits in a JTable? Novice <novice@example..com> - 2012-01-06 14:17 +0000
Re: Forcing cell edits in a JTable? Novice <novice@example..com> - 2012-01-06 14:16 +0000
Re: Forcing cell edits in a JTable? Jeff Higgins <jeff@invalid.invalid> - 2012-01-06 11:48 -0500
Re: Forcing cell edits in a JTable? Jeff Higgins <jeff@invalid.invalid> - 2012-01-06 15:13 -0500
Re: Forcing cell edits in a JTable? Jeff Higgins <jeff@invalid.invalid> - 2012-01-06 07:22 -0500
Re: Forcing cell edits in a JTable? Novice <novice@example..com> - 2012-01-06 14:19 +0000
csiph-web