classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: LookAndFeel implementations, cleanup of BasicListU


From: Anthony Balkissoon
Subject: Re: [cp-patches] FYI: LookAndFeel implementations, cleanup of BasicListUI and BasicTableUI
Date: Thu, 20 Oct 2005 15:37:46 -0400

Didn't send the patch, here it is.

On Thu, 2005-10-20 at 15:02 -0400, Anthony Balkissoon wrote:
> This patch implements the stubbed methods loadKeyBindings, makeInputMap,
> makeComponentInputMap, and makeKeyBindings in javax.swing.LookAndFeel.
> 
> I also noticed that a previous problem we had with improper modifiers
> being sent with KeyEvents was fixed so I removed the private method
> convertModifiers from BasicListUI and BasicTableUI and cleaned up the
> code in installKeyBoardActions in both of those files.
> 
> 2005-10-20  Anthony Balkissoon  <address@hidden>
> 
>       * javax/swing/LookAndFeel.java:
>       (loadKeyBindings): Implemented and added docs.
>       (makeComponentInputMap): Likewise.
>       (makeInputMap): Likewise.
>       (makeKeyBindings): Likewise.
>       * javax/swing/plaf/basic/BasicListUI.java:
>       (convertModifiers): Removed this no longer needed private method.
>       (installKeyboardActions): Removed the code relating to modifier
>       conversion and made code more readable by using local variables.
>       * javax/swing/plaf/basic/BasicTableUI.java:
>       (convertModifiers): Removed this no longer needed private method.
>       (installKeyboardActions): Removed the code relating to modifier
>       conversion and made code more readbale by using local variables.
> 
> --Tony
> 
> 
> 
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches

Attachment: LookAndFeelInputMapStuff.diff
Description: Text Data


reply via email to

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