Editor / Renderer: data flow



Hi all.

When I set an editor and a renderer to a jtable, which is the data
flow?

My editor return an Object from getCellEditorValue method. And then?
Which method proces that object?

I ask this cause I've set an editor with a comboBox to a jxtreetable
and when I click I see the comboBox. But when I select a value the
comboBox disappear and the cell remains as before...

Please help!

Thanks all,
DM

.



Relevant Pages

  • Re: Swing - JTable, CellEditors and terminateEditOnFocusLost
    ... try to reproduce the problem with editors being removed; ... meantime the following serves as sample for the ComboBox problem (which ... the combobox editor gives the described behaviour. ...
    (comp.lang.java.programmer)
  • Re: Keeping the image and the lisp files in sync
    ... I have constant trouble keeping my Lisp programs loadable. ... The flow is great and I feel good. ... but rather use my editor (Emacs + SLIME or the LispWorks ... IDE) to edit the source files and then evaluate the new definitions ...
    (comp.lang.lisp)
  • Re: Editor / Renderer: data flow
    ... When I set an editor and a renderer to a jtable, ... My editor return an Object from getCellEditorValue method. ... I ask this cause I've set an editor with a comboBox to a jxtreetable ... comboBox disappear and the cell remains as before... ...
    (comp.lang.java.gui)
  • JTable, CellEditors and terminateEditOnFocusLost
    ... editing a cell of the table and then clicks on another cell to edit ... - the editor of the new cell is loaded ... Without "terminateEditOnFocusLost" the behaviour is also strange: ... but on a custom ComboBox editor the combobox ...
    (comp.lang.java.gui)
  • Swing - JTable, CellEditors and terminateEditOnFocusLost
    ... "terminateEditOnFocusLost" property to have editors get removed ... user is editing a cell of the table and then clicks on another cell to ... - the editor of the new cell is loaded ... but on a custom ComboBox editor the combobox ...
    (comp.lang.java.programmer)