Re: Deleting a Row in a JTable
- From: David Segall <david@xxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 16:06:03 GMT
Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx> wrote:
>What is the UI convention to let the end user delete a row in a
>Jtable?
"That's easy" I thought, so I checked in the OSF/Motif Style Guide,
The IBM SAA Common User Access manuals and the Windows Interface
Guidelines. Neither table nor spread*** was in the index of any of
them.
So, I guess the most pervasive convention is Microsoft Excel. If you
are lucky enough not to have it, Open Office Calc behaves similarly.
The delete key erases the _contents_ of every field in the selected
row(s) but it does not erase the row(s). Delete on the Edit (or right
click) menu erases the selected row(s). If erasing the contents of
every field in the row makes no sense, for example in a database, then
the delete key will erase the row.
.
- References:
- Deleting a Row in a JTable
- From: Roedy Green
- Deleting a Row in a JTable
- Prev by Date: Re: FlowLayout with maximum right margin
- Next by Date: Re: Thin Client Select
- Previous by thread: Re: Deleting a Row in a JTable
- Next by thread: Newbie help! Returning an enumeration
- Index(es):