> > Can I invoke the editor in my code rather than relying on a double click to > invoke it? For example I might have an "Edit" button. >
Yep - you can call tableView.getRowEditor().edit(tableView, tableView.getSelectedIndex(), columnIndex) to initiate an edit on the selected row at whatever column index you choose. -T
