tab click in Editiable combo box editor in jtable

From: sivaprasad06 (sivaprasad06_at_rediffmail.com)
Date: 07/27/04


Date: 27 Jul 2004 04:45:26 -0700

Hi,

I have a editable combo box editor as a cell editor for JTable.
I want use only key board to enter data into jtable. so i am using
ALT+Down comobination for making cell editiable in the jtable. when
user clicks that combination what ever editor present in that cell
will appear.

I am using tab for traversing all cells in table.

My problem When I press tab after entering the value into editiable
combo box cell editor, the focus is going to out of JTable. but in all
other editors, it is coming fine.

i am using jdk 1.3.2.

thanks in advance

sivaprasad



Relevant Pages

  • RE: User List Box - List from Hidden range - VBA worng
    ... In your for loop, ... range is only 1 column wide this will be a single cell). ... Basic Editor type the word on it's own in lower case on a line and hit enter. ... in the array reference - and an array starts with element 0. ...
    (microsoft.public.excel.programming)
  • Re: CellEditor based on JSpinner
    ... thank you *very* much for your help with this cell editor. ... the edit, the JTable model sends the edited value to the database to be ... Or is it the JTable's data model which needs ...
    (comp.lang.java.gui)
  • RE: User List Box - List from Hidden range - VBA worng
    ... In your for loop, ... range is only 1 column wide this will be a single cell). ... Basic Editor type the word on it's own in lower case on a line and hit enter. ... in the array reference - and an array starts with element 0. ...
    (microsoft.public.excel.programming)
  • Re: detecting column focusGained event in JTable
    ... > The cell editor gets set with the contents of the cell only when the ... IMO that's the place responsible for toggling selection. ... keystroke will start an edit. ...
    (comp.lang.java.gui)
  • CellEditor based on JSpinner
    ... I am trying to make a CellEditor based on a JSpinner for a JTable. ... * Method mainis used to test this editor. ... If the default cell renderer thinks that this column contains dates - as a ... public void removeCellEditorListener{ ...
    (comp.lang.java.gui)