commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath/javax/swing/plaf/basic BasicTableUI.j...


From: Roman Kennke
Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicTableUI.j...
Date: Wed, 26 Jul 2006 09:59:39 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/07/26 09:59:39

Modified files:
        javax/swing/plaf/basic: BasicTableUI.java 
        .              : ChangeLog 

Log message:
        2006-07-26  Roman Kennke  <address@hidden>
        
                * javax/swing/plaf/basic/BasicTableUI.java
                (FocusHandler.focusGained): Implemented to refresh the
                lead cell.
                (FocusHandler.focusLost): Implemented to refresh the
                lead cell.
                (FocusHandler.repaintLeadCell): New helper method.
                (MouseInputHandler.mouseEntered): Do nothing here.
                (MouseInputHandler.mouseExited): Do nothing here.
                (MouseInputHandler.mouseMoved): Do nothing here.
                (installKeyboardActions): Rewritten to use a shared InputMap
                and ActionMap and correctly install the maps via SwingUtilities
                methods.
                (getActionMap): New helper method.
                (createDefaultActions): New helper method.
                (ActionListenerProxy): Removed unneeded class.
                (TableAction): Made class static.
                (TableAction.actionPerformed): Determine table by fetching
                the event source. Pass the table to helper methods.
                Use __command__ hack to determine the action command.
                (TableAction.getFirstVisibleColumnIndex): Get table as argument.
                (TableAction.getLastVisibleColumnIndex): Get table as argument.
                (TableAction.getFirstVisibleRowIndex): Get table as argument.
                (TableAction.getLastVisibleRowIndex): Get table as argument.
                (TableAction.advanceMultipleSelection): Get table as argument.
                (uninstallDefaults): Do nothing here.
                (uninstallKeyboardActions): Uninstall the keyboard actions.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&r1=1.55&r2=1.56
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8224&r2=1.8225




reply via email to

[Prev in Thread] Current Thread [Next in Thread]