337338339340341342343344345346347
{ final ListCellEditor cellEditor = getCellEditor (); if ( index != -1 && cellEditor != null ) { setSelectedIndex ( index ); cellEditor.startEdit ( this, index ); } } /** * Stops cell editing if possible.