CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Roman Kennke <rabbit78> 06/07/20 19:37:39
Modified files:
javax/swing : JTable.java
. : ChangeLog
Log message:
2006-07-20 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/JTable.java
(tableChanged): Split out handling of the event into multiple
subroutines.
(handleCompleteChange): New method. Clear the selection and
check the lead/anchor indices.
(handleInsert): New method. Check the lead/anchor indices.
Optimized repainting.
(handleDelete): New method. Check the lead/anchor indices.
Optimized repainting.
(handleUpdate): New method. Optimized repainting.
(checkSelection): New helper method.
(setSelectionModel): Update lead/anchor indices.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&r1=1.116&r2=1.117
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8175&r2=1.8176