Returns true if the editing cell should be selected, false otherwise.
Typically, the return value is true, because is most cases the editing
cell should be selected. However, it is useful to return false to
keep the selection from changing for some types of edits.
eg. A table that contains a column of check boxes, the user might
want to be able to change those checkboxes without altering the
selection. (See Netscape Communicator for just such an example)
Of course, it is up to the client of the editor to use the return
value, but it doesn't need to if it doesn't want to.
Returns:
true if the editor would like the editing cell to be selected;
otherwise returns false
Parameters:
-
anEvent - the event the editor should use to start
editing
See Also:
CellEditor.isCellEditable(java.util.EventObject)
,