Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #2931

Re: JTable UI from User's

From "ram" <ram@THRWHITE.remove-dii-this>
Subject Re: JTable UI from User's
Message-ID <JTable-UI-20071229054346@ram.dialup.fu-berlin.de> (permalink)
Newsgroups comp.lang.java.gui
References <sjibn3hd2md51cdcm5d6tomh4m1monhgat@4ax.com>
Date 2011-04-27 15:41 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
Supersedes: <UI-20071229054346@ram.dialup.fu-berlin.de>

Roedy Green <see_website@mindprod.com.invalid> writes:
>I was wondering what the consensus is on how a JTable should behave:

  It should act like the spreadsheet or platform table he
  normally uses.

  The programmer can not know what this spreadsheet or platform is.

  But often it might be Microsoft< Excel and Microsoft< Windows.

  So:

      The application, whenever possible, should offer a
      +Windows L&F2 and

      The Windows L&F should behave like Microsoft< Excel
      in this regard.

>1. What does the user to do trigger a cell edit?

  In Excel, a keyboard user would use [F2].

>What does he do to edit the next cell over?

  I do not know the meaning of +to edit something over2,
  so I will ignore +over2 and answer:

|What does he do to edit the next cell?

  (If he is editing a cell right now: )Terminate the edit mode.
  Move to the next cell.
  Activate the edit mode as before.

>2. what does the user to do delete a row?

  Select the row.
  Issue a delete-row command via a menu.

>3. what does the user do to insert a new row?

  Select a row.
  Issue a insert-row command via a menu to insert 
  a row above the select row.

>Does he type it in place or does he type it somewhere 
>else then it jumps into place?

  In Excel, the above can be done via mouse, keyboard,
  or programmatically, via a macro (in VBA).

---
 * 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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

JTable UI from User's poi "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
  Re: JTable UI from User's "ram" <ram@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
    Re: JTable UI from User's "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
      Re: JTable UI from User's "ram" <ram@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
        Re: JTable UI from User's "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
          Re: JTable UI from User's "Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
  Re: JTable UI from User's "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000

csiph-web